File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 # Force npm to emit provenance (SLSA) when publishing via OIDC.
2222 NPM_CONFIG_PROVENANCE : true
23+ NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN_PHANTOM_SECURITY_BOT }}
2324
2425 steps :
2526 - name : Checkout Repo
3334 with :
3435 node-version : 20.x
3536 registry-url : " https://registry.npmjs.org"
36- token : " "
37+ token : ${{ secrets.NPM_PUBLISH_TOKEN_PHANTOM_SECURITY_BOT }}
3738
3839 - name : Ensure npm 11.5.1+ for trusted publishing
3940 run : npm install -g npm@^11.5.1
4849 # This expects you to have a script called release which does a build for your packages and calls changeset publish
4950 publish : yarn release
5051 env :
51- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52- # we use trusted publishing and setup-node will set these incorrectly. Unset if we ever use RO_TOKEN
53- NODE_AUTH_TOKEN : " "
54- NPM_TOKEN : " "
52+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments