diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index 9b147b5f..d74491c3 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -43,7 +43,7 @@ jobs: uses: actions/create-github-app-token@v2 id: generate-token with: - app-id: ${{ secrets.PYENV_BOT_APP_ID }} + app-id: ${{ vars.PYENV_BOT_APP_ID }} private-key: ${{ secrets.PYENV_BOT_PRIVATE_KEY }} - name: Create Pull Request uses: peter-evans/create-pull-request@v8