Skip to content

Commit 190b7ef

Browse files
gh actions: bump actions/create-github-app-token from 1 to 2 (#2621)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd7a034 commit 190b7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate GitHub App token
1313
id: generate_token
14-
uses: actions/create-github-app-token@v1
14+
uses: actions/create-github-app-token@v2
1515
with:
1616
app-id: ${{ secrets.APP_ID }}
1717
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)