Skip to content

Commit c44d2d5

Browse files
authored
Merge pull request #14241 from NixOS/dependabot/github_actions/actions/create-github-app-token-2
build(deps): bump actions/create-github-app-token from 1 to 2
2 parents dd590ec + 962862e commit c44d2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate GitHub App token
1818
id: generate-token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
with:
2121
app-id: ${{ vars.CI_APP_ID }}
2222
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)