Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit db9dce1

Browse files
committed
chore: add npm token
1 parent 8198838 commit db9dce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
- name: Publish to NPM
3636
run: bun run publish:ci
3737
env:
38+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3839
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
3940
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)