chore: Use pure OIDC trusted publishing for npm
Remove NPM_TOKEN, rely on GitHub Actions OIDC for authentication. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -89,8 +89,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd npm-package
|
cd npm-package
|
||||||
npm publish --access public --provenance
|
npm publish --access public --provenance
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
|
|
||||||
update-homebrew:
|
update-homebrew:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user