Skip to content

Commit a7edb96

Browse files
committed
fix(ci): configure npm for OIDC auth
1 parent 77d78d1 commit a7edb96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242

4343
- run: npm ci
4444

45+
- name: Configure npm for OIDC
46+
run: npm config set //registry.npmjs.org/:authType oidc
47+
4548
- name: Publish to npm with OIDC
4649
run: npm publish --provenance --access public
4750

0 commit comments

Comments
 (0)