Skip to content

Commit 96d4a47

Browse files
committed
fix: remove npm token configuration from deploy workflow
1 parent e3bf03d commit 96d4a47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- run: pnpm run build:mirror
2929
- name: Publish package
3030
run: |
31-
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
3231
pnpm publish --no-git-checks
3332
3433
- uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)