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 7810e6d commit 388e976Copy full SHA for 388e976
.github/workflows/nodejs.yml
@@ -57,5 +57,6 @@ jobs:
57
env:
58
CI: 'true'
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
- GH_BRANCH: ${{ github.ref }}
+ GH_BRANCH: master
61
GH_REPO: ${{ github.repository }}
62
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments