Skip to content

Commit 3529014

Browse files
chore(deps): update actions/create-github-app-token action to v2
1 parent 3091730 commit 3529014

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
@@ -43,7 +43,7 @@ jobs:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444

4545
# Use GitHub App for bypassing ruleset guard when git push by npm publish
46-
- uses: actions/create-github-app-token@v1
46+
- uses: actions/create-github-app-token@v2
4747
id: app-token
4848
with:
4949
app-id: ${{ secrets.BYPASS_APP_ID }}

0 commit comments

Comments
 (0)