Skip to content

Commit 1842cb9

Browse files
authored
ci: set npm token for publish (#14)
1 parent 2100407 commit 1842cb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
- name: Publish to npm
2626
working-directory: packages/mcp-auth
2727
run: pnpm publish
28+
env:
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)