Make NPM_TOKEN consistent with GITHUB_TOKEN

It was `npm_token` before, but for GitHub it's `GITHUB_TOKEN`. This makes them be the same, all-cap case.
This commit is contained in:
Kanitkorn Sujautra
2020-06-07 00:51:49 +09:00
committed by GitHub
parent 2ffdd0654e
commit 1de1e6c777
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-gpr:
needs: build