Skip to content

Commit 157ac95

Browse files
authored
fix: update npm token (#128)
1 parent 0a66e82 commit 157ac95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
if: github.ref_name == 'main'
3131
run: npm run release
3232
env:
33-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
NODE_AUTH_TOKEN: ${{ secrets.KRAKENJS_PAYPAL_SDK_NPM_AUTH_TOKEN }}
3434

3535
- name: Publish alpha to npm (non-main branch)
3636
if: github.ref_name != 'main'
3737
run: npm run release:alpha
3838
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
NODE_AUTH_TOKEN: ${{ secrets.KRAKENJS_PAYPAL_SDK_NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)