mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
fix
This commit is contained in:
parent
622e7becdb
commit
1c8fca00fb
2
.github/workflows/add_version.yml
vendored
2
.github/workflows/add_version.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue