Skip to content

Commit 11c27a9

Browse files
fix: update ship.js trigger to ensure NODE_AUTH_TOKEN is sent for npm publish
1 parent 18219d9 commit 11c27a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shipjs-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
35+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3536
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}

0 commit comments

Comments
 (0)