Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Commit 7ca63b2

Browse files
committed
remove npm token
1 parent 6775771 commit 7ca63b2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: pnpm run build
1818
- name: Publish
1919
run: ./scripts/release.sh
20-
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22-
NPM_CONFIG_PROVENANCE: true
20+
# use trusted publish
21+
# env:
22+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
# NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)