Skip to content

Commit e701eb9

Browse files
authored
Update npmpublish.yml (#1393)
1 parent 052eb8d commit e701eb9

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 run build
2121
npm publish
2222
env:

0 commit comments

Comments
 (0)