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 419a5ed commit 72de382Copy full SHA for 72de382
.github/workflows/nodejs.yml
@@ -27,5 +27,5 @@ jobs:
27
- run: npm run test --if-present
28
- run: yarn semantic-release
29
env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments