Skip to content

Commit

Permalink
NPM_API_LIBRARY_TOKEN -> NPM_ADYEN_NODE_API_LIBRARY_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
vergilfromadyen committed Sep 5, 2024
1 parent 8923930 commit 45115e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
- run: |
npm install
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}" > .npmrc
npm whoami
npm run build
npm publish
Expand Down

0 comments on commit 45115e0

Please sign in to comment.