chore(deps): bump actions/create-github-app-token from 1 to 2 (#34886)

This commit is contained in:
dependabot[bot]
2026-01-26 14:38:21 -08:00
committed by GitHub
parent 3da89bd380
commit c4e645cf13

View File

@@ -32,7 +32,7 @@ jobs:
steps:
- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.ORG_MEMBERSHIP_APP_ID }}
private-key: ${{ secrets.ORG_MEMBERSHIP_APP_PRIVATE_KEY }}