Skip to content

Commit

Permalink
refactor: capitalize secret
Browse files Browse the repository at this point in the history
  • Loading branch information
joggienl committed Mar 18, 2024
1 parent 5131d51 commit 02bc726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 02bc726

Please sign in to comment.