gh actions: bump actions/create-github-app-token from 1 to 2 (#2621)

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]
2026-01-02 16:02:43 -05:00
committed by GitHub
parent fd7a034235
commit 190b7ef486
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- name: Generate GitHub App token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}