Skip to content

Commit 888a21d

Browse files
authored
ci: fix token name (#16)
1 parent 5dc8abd commit 888a21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
working-directory: packages/mcp-auth
3030
run: pnpm publish --provenance --no-git-checks
3131
env:
32-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
32+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)