Skip to content

Commit e27e81e

Browse files
authored
Merge pull request #22 from phantom/kuba/fix-publishing
fix: trusted publishing 2
2 parents 5991c12 + a6b0037 commit e27e81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
# This expects you to have a script called release which does a build for your packages and calls changeset publish
5050
publish: yarn release
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN_PHANTOM_SECURITY_BOT }}

0 commit comments

Comments
 (0)