Skip to content

Commit 9e31aa3

Browse files
theoephraimclaude
andcommitted
Remove registry-url from setup-node to avoid conflicting with OIDC
registry-url causes setup-node to write an .npmrc referencing NODE_AUTH_TOKEN, which conflicts with OIDC's tokenless flow. We only need setup-node for the npm version upgrade. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 59d3773 commit 9e31aa3

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: lts/*
21-
registry-url: 'https://registry.npmjs.org'
2221
- run: bun install
2322
# Build first since we use the local workspace package instead of the published one
2423
- run: bun run --filter @varlock/bumpy build

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
- uses: actions/setup-node@v4
120120
with:
121121
node-version: lts/*
122-
registry-url: 'https://registry.npmjs.org'
123122
- run: bun install
124123
- run: bunx @varlock/bumpy ci release
125124
env:

llms.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ jobs:
607607
- uses: actions/setup-node@v4
608608
with:
609609
node-version: lts/*
610-
registry-url: 'https://registry.npmjs.org'
611610
- run: bun install
612611
- run: bunx @varlock/bumpy ci release
613612
env:

0 commit comments

Comments
 (0)