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 d11c0e8 commit 595ea22Copy full SHA for 595ea22
.github/workflows/release.yml
@@ -31,4 +31,4 @@ jobs:
31
git tag -f $MAJOR_VERSION
32
git push origin $MAJOR_VERSION --force
33
env:
34
- GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
0 commit comments