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 config
1 parent 176a0d6 commit b0e129eCopy full SHA for b0e129e
.github/workflows/npmpublish.yml
@@ -15,8 +15,8 @@ jobs:
15
node-version: 14
16
registry-url: https://registry.npmjs.org/
17
- run: |
18
+ npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
19
npm install
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}" > .npmrc
20
npm run build
21
npm publish
22
env:
0 commit comments