Skip to content

Commit 6e4ed7f

Browse files
committed
Remove .npmrc and update NODE_AUTH_TOKEN
1 parent 8ea2b94 commit 6e4ed7f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
- run: bun run build
2828
- run: bun publish
2929
env:
30-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)