Skip to content

Commit acc8bd8

Browse files
klocusCopilot
andcommitted
fix: remove registry-url from setup-node to fix OIDC auth
setup-node with registry-url creates .npmrc with empty NODE_AUTH_TOKEN which conflicts with npm Trusted Publisher OIDC authentication. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d7a56d4 commit acc8bd8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
node-version: '18'
3636
cache: 'npm'
37-
registry-url: 'https://registry.npmjs.org'
3837

3938
- name: Install dependencies
4039
run: npm ci

0 commit comments

Comments
 (0)