There was an error while loading. Please reload this page.
1 parent e190df4 commit 24f5be6Copy full SHA for 24f5be6
1 file changed
.github/workflows/publish-cli.yml
@@ -64,3 +64,5 @@ jobs:
64
if: steps.version_check.outputs.changed == 'true' && steps.version_check.outputs.already_published != 'true'
65
working-directory: ctx-mcp-bridge
66
run: npm publish --access public --provenance
67
+ env:
68
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments