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 b61fc7f commit 8b97d31Copy full SHA for 8b97d31
.github/workflows/release.yml
@@ -21,5 +21,5 @@ jobs:
21
- run: npm ci
22
- run: npx semantic-release
23
env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments