Skip to content

Commit b151cf4

Browse files
Add minimal .npmrc to force OIDC authentication (#227)
- Create .npmrc with only registry URL - No auth token configured, forcing npm to use OIDC - Test if npm will use OIDC token from GitHub Actions id-token permission - If successful, this eliminates need for NPM_TOKEN secret
1 parent 2d18d05 commit b151cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)