Skip to content

Commit 8204197

Browse files
authored
Merge pull request #59 from hypercerts-org/dependabot/github_actions/actions/create-github-app-token-2
2 parents 3d4a80d + 6810a52 commit 8204197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate Release Bot App Token
2020
id: generate-token
21-
uses: actions/create-github-app-token@v1
21+
uses: actions/create-github-app-token@v2
2222
with:
2323
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2424
private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)