Skip to content

Commit 77bf32d

Browse files
Stephen Millerclaude
authored andcommitted
ci: remove registry-url to allow npm Trusted Publisher OIDC to work natively
setup-node with registry-url writes an .npmrc expecting NODE_AUTH_TOKEN which conflicts with the OIDC flow. Without it, npm uses the OIDC token directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4ffb104 commit 77bf32d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/npm-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '22'
20-
registry-url: 'https://registry.npmjs.org'
2120

2221
- run: npm ci
2322

0 commit comments

Comments
 (0)