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 2100407 commit 1842cb9Copy full SHA for 1842cb9
.github/workflows/publish.yml
@@ -25,3 +25,5 @@ jobs:
25
- name: Publish to npm
26
working-directory: packages/mcp-auth
27
run: pnpm publish
28
+ env:
29
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
0 commit comments