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:
committed by
GitHub
parent
2ffdd0654e
commit
1de1e6c777
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user