Skip to content

Commit 25fb741

Browse files
fix: use NPM_TOKEN for npm publish instead of OIDC
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 60bd278 commit 25fb741

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
- run: npm run build
2525

2626
- name: Publish to npm
27-
run: npm publish --access public --tag beta --provenance
27+
run: npm publish --access public --tag beta
28+
env:
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)