Skip to content

Commit b6a6aac

Browse files
fix: Add environment variables for npm authentication in release workflow
1 parent b9d7199 commit b6a6aac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-latest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@ jobs:
303303
- drizzle-arktype
304304
- eslint-plugin-drizzle
305305
runs-on: ubuntu-22.04
306+
# force empty so npm can use OIDC
307+
env:
308+
NODE_AUTH_TOKEN: ""
309+
NPM_TOKEN: ""
306310
services:
307311
postgres-postgis:
308312
image: postgis/postgis:16-3.4

0 commit comments

Comments
 (0)