Skip to content

Commit

Permalink
Merge pull request #301 from equinor/sefo/ci/change-token-variable
Browse files Browse the repository at this point in the history
ci: change npm token variable name
  • Loading branch information
sefornes authored Jan 31, 2025
2 parents bce338a + 5c4ac63 commit 82529b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
CI: true
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm publish

0 comments on commit 82529b4

Please sign in to comment.