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 5a67a3d commit a1146e0Copy full SHA for a1146e0
.github/workflows/nodejs.yml
@@ -42,6 +42,7 @@ jobs:
42
if: github.ref == 'refs/heads/master' && matrix.node-version == '14.x'
43
run: yarn semantic-release
44
env:
45
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
46
GH_TOKEN: ${{ secrets.GH_TOKEN }}
47
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
48
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments