Skip to content

Commit 5bbd182

Browse files
authored
fix: update npm access token (#256)
1 parent 4c1fd26 commit 5bbd182

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
- name: Publish to npm
3232
run: npm run release
3333
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
# actions/setup-node uses this NODE_AUTH_TOKEN environment variable for npm publishing
35+
# https://docs.github.com/en/actions/tutorials/publish-packages/publish-nodejs-packages
36+
NODE_AUTH_TOKEN: ${{ secrets.PAYPAL_SDK_NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)