Skip to content

Commit 4fe7156

Browse files
isaacrowntreeclaude
andcommitted
ci: use trusted publishing (OIDC), remove token secret
No NPM_TOKEN needed — npm trusted publishing handles auth via GitHub Actions OIDC identity token. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08fbe5f commit 4fe7156

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

2525
- run: npm test
2626

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

0 commit comments

Comments
 (0)