There was an error while loading. Please reload this page.
1 parent c94a233 commit c99393cCopy full SHA for c99393c
1 file changed
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
10
permissions:
11
contents: read
12
id-token: write # required for npm trusted publisher (OIDC)
13
+ env:
14
+ NODE_AUTH_TOKEN: "" # ensure we rely on OIDC, not a token
15
16
steps:
17
- uses: actions/checkout@v4
@@ -22,9 +24,6 @@ jobs:
22
24
23
25
- run: npm ci
26
- run: npm run build
-
- - name: Verify identity (OIDC)
27
- run: npm whoami
28
29
# OIDC auth + provenance; no token needed when using trusted publishers
30
- run: npm publish --provenance --access public
0 commit comments