Skip to content

Commit 129ac00

Browse files
committed
ci: adding NPM_CONFIG_TOKEN for publishing with bun
1 parent 52fb7da commit 129ac00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
env:
11-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
1212
MOONBASE_SECRET_KEY: ${{ secrets.MOONBASE_SECRET_KEY }}
1313
steps:
1414
- name: Git Checkout

packages/core/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)