We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c51347b + 715048b commit ea05a25Copy full SHA for ea05a25
.github/workflows/publish-to-npm.yml
@@ -82,6 +82,7 @@ jobs:
82
INPUTS_NPM_TAG: latest-rc # Publish as a release candidate, so we can do our validations against it.
83
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
84
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
85
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
86
# Step 3: Run smoke tests against the release candidate.
87
rc-test:
88
needs: publish-rc
0 commit comments