Skip to content

Commit 715048b

Browse files
committed
@W-18394670@ Fixing broken release action
1 parent c51347b commit 715048b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
INPUTS_NPM_TAG: latest-rc # Publish as a release candidate, so we can do our validations against it.
8383
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
8484
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
85+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
8586
# Step 3: Run smoke tests against the release candidate.
8687
rc-test:
8788
needs: publish-rc

0 commit comments

Comments
 (0)