We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a66e82 commit 157ac95Copy full SHA for 157ac95
.github/workflows/publish.yml
@@ -30,10 +30,10 @@ jobs:
30
if: github.ref_name == 'main'
31
run: npm run release
32
env:
33
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.KRAKENJS_PAYPAL_SDK_NPM_AUTH_TOKEN }}
34
35
- name: Publish alpha to npm (non-main branch)
36
if: github.ref_name != 'main'
37
run: npm run release:alpha
38
39
0 commit comments