Skip to content

Commit 786b195

Browse files
jkebingerclaude
andcommitted
chore: remove NPM_AUTH_TOKEN from release workflow
Now using npm trusted publishing with provenance, so the NPM_AUTH_TOKEN environment variable is no longer needed. The workflow already has the necessary permissions (id-token: write) and uses the --provenance flag for secure publishing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 93c38af commit 786b195

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
id-token: write
5454
outputs:
5555
published-version: ${{ needs.check-version.outputs.current-version }}
56-
env:
57-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5856
steps:
5957
- uses: actions/checkout@v4
6058
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)