Skip to content

Commit 0ff4ce5

Browse files
committed
release: reinstate NODE_AUTH_TOKEN
1 parent 5c96653 commit 0ff4ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ jobs:
8383
# Uses OIDC trusted publishing - no NPM_TOKEN needed
8484
# Configure at: https://www.npmjs.com/package/@modelcontextprotocol/ext-apps/access
8585
- run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }}
86+
env:
87+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)