Skip to content

Commit 45115e0

Browse files
NPM_API_LIBRARY_TOKEN -> NPM_ADYEN_NODE_API_LIBRARY_TOKEN
1 parent 8923930 commit 45115e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org/'
1717
- run: |
1818
npm install
19-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
19+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}" > .npmrc
2020
npm whoami
2121
npm run build
2222
npm publish

0 commit comments

Comments
 (0)