We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3091730 commit 3529014Copy full SHA for 3529014
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
45
# Use GitHub App for bypassing ruleset guard when git push by npm publish
46
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
47
id: app-token
48
with:
49
app-id: ${{ secrets.BYPASS_APP_ID }}
0 commit comments