Skip to content

Commit 24f5be6

Browse files
authored
Set NODE_AUTH_TOKEN for npm publish step
Add NODE_AUTH_TOKEN environment variable for npm publish
1 parent e190df4 commit 24f5be6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ jobs:
6464
if: steps.version_check.outputs.changed == 'true' && steps.version_check.outputs.already_published != 'true'
6565
working-directory: ctx-mcp-bridge
6666
run: npm publish --access public --provenance
67+
env:
68+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)