Skip to content

Commit 38c3448

Browse files
committed
ci: remove the npm token from the publish action to use trusted publishing
1 parent e6d2cfc commit 38c3448

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ jobs:
5858
publish: pnpm release
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
61+
NPM_TOKEN: '' # intentionally blank for trusted publishing
62+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)