Bump actions/create-github-app-token from 1 to 2 (#10590)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-04 21:10:34 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 58b9f3d97b
commit 1deeebf8d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}