Skip to content

Commit 2aba996

Browse files
jheddingsclaude
andcommitted
fix(ci): remove NODE_AUTH_TOKEN for trusted publishing
OIDC-based trusted publishing handles auth via id-token permission; the empty NODE_AUTH_TOKEN env var was overriding it and causing ENEEDAUTH. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 423dd9c commit 2aba996

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ jobs:
3636

3737
- name: Publish to npm
3838
run: npm publish --provenance --access public
39-
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)