We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5991c12 + a6b0037 commit e27e81eCopy full SHA for e27e81e
.github/workflows/release.yml
@@ -49,4 +49,5 @@ jobs:
49
# This expects you to have a script called release which does a build for your packages and calls changeset publish
50
publish: yarn release
51
env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
+ NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN_PHANTOM_SECURITY_BOT }}
0 commit comments