Skip to content

Commit e22980a

Browse files
authored
Merge pull request #4034 from Unidata/dependabot-github_actions-dot-github-workflows-actions-create-github-app-token-3.1.1
CI: (deps): Bump actions/create-github-app-token from 3.0.0 to 3.1.1 in /.github/workflows
2 parents 609df6e + ef039dd commit e22980a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backport-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- name: Create App Token
25-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
25+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2626
id: app-token
2727
with:
28-
app-id: ${{ vars.APP_ID }}
28+
client-id: ${{ vars.CLIENT_ID }}
2929
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3030

3131
- name: Get GitHub App User ID

0 commit comments

Comments
 (0)