Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit e89cafd

Browse files
Chris Arterclaude
andcommitted
Fix npm publish by passing NODE_AUTH_TOKEN to publish step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 255e27d commit e89cafd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
- run: npx tsc
2626

2727
- run: npm publish --access public --provenance
28+
env:
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)