Skip to content

Commit cee51d6

Browse files
ci: switch to npm trusted publishing (OIDC, no token)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b149bf commit cee51d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

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

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

0 commit comments

Comments
 (0)