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 8de80bd commit b293c40Copy full SHA for b293c40
.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.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments