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.
2 parents 0cacf81 + 8a422ab commit 81aa214Copy full SHA for 81aa214
.github/workflows/release.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Run release
28
run: npm run release --ci
29
env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments