Skip to content

Commit 7681eed

Browse files
committed
Remove NODE_AUTH_TOKEN in favor of npm Trusted Publishing
Switch from secret-based npm authentication to OIDC-based Trusted Publishing, which is more secure and requires no token management.
1 parent 4badf2b commit 7681eed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cdp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ jobs:
2727

2828
- name: Publish Package
2929
run: npm publish
30-
env:
31-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)