Skip to content

Commit 6b779f5

Browse files
committed
fix: remove expired NPM_TOKEN, use pure OIDC auth
1 parent 2fc7513 commit 6b779f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,4 @@ jobs:
6363
- name: Publish to npm with provenance
6464
if: ${{ steps.release.outputs.release_created && env.SKIP_PUBLISH != 'true' }}
6565
run: pnpm publish --access public --no-git-checks --provenance
66-
env:
67-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
68-
# Note: Keep NPM_TOKEN during transition for fallback
69-
# Remove after verifying OIDC works for one successful publish
66+
# Using npm Trusted Publishers (OIDC) - no token needed!

0 commit comments

Comments
 (0)