Skip to content

Commit 2d6027b

Browse files
committed
I hate npm and github and CIs
1 parent 0bd34ed commit 2d6027b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,11 @@ jobs:
358358
runs-on: ubuntu-24.04
359359
timeout-minutes: 20
360360
permissions: { contents: read, id-token: write }
361+
362+
# force empty so npm can use OIDC
363+
env:
364+
NODE_AUTH_TOKEN: ""
365+
NPM_TOKEN: ""
361366
strategy:
362367
matrix:
363368
package: [drizzle-orm, drizzle-kit, drizzle-zod, drizzle-seed, drizzle-typebox, drizzle-valibot, drizzle-arktype, eslint-plugin-drizzle]

0 commit comments

Comments
 (0)