We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c96653 commit 0ff4ce5Copy full SHA for 0ff4ce5
.github/workflows/npm-publish.yml
@@ -83,3 +83,5 @@ jobs:
83
# Uses OIDC trusted publishing - no NPM_TOKEN needed
84
# Configure at: https://www.npmjs.com/package/@modelcontextprotocol/ext-apps/access
85
- run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }}
86
+ env:
87
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments