dependabot[bot]
3 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/add_version.yml
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens |
|
|
|
- name: Generate Github token |
|
|
|
if: env.rc == 0 |
|
|
|
uses: actions/create-github-app-token@v2 |
|
|
|
uses: actions/create-github-app-token@v3 |
|
|
|
id: generate-token |
|
|
|
with: |
|
|
|
app-id: ${{ vars.PYENV_BOT_APP_ID }} |
|
|
|
|