Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit 2e8c7d5

Browse files
authored
Merge pull request #13 from FuelLabs/adlerjohn-fix_publish_action_tokens
Fix names of tokens for publish action
2 parents 4a570f4 + c86d898 commit 2e8c7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3434

3535
publish-gpr:
3636
needs: build
@@ -44,4 +44,4 @@ jobs:
4444
- run: npm ci
4545
- run: npm publish
4646
env:
47-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
47+
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)