We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NPM_API_LIBRARY_TOKEN
NPM_ADYEN_NODE_API_LIBRARY_TOKEN
1 parent 8923930 commit 45115e0Copy full SHA for 45115e0
.github/workflows/npmpublish.yml
@@ -16,7 +16,7 @@ jobs:
16
registry-url: 'https://registry.npmjs.org/'
17
- run: |
18
npm install
19
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}" > .npmrc
20
npm whoami
21
npm run build
22
npm publish
0 commit comments