Skip to content

Commit c6ba83b

Browse files
committed
add blank NPM_TOKEN
1 parent 0ca4ffc commit c6ba83b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
with:
2020
version: 8
2121
run_install: true
22+
env:
23+
NPM_TOKEN: xxx
2224

2325
- run: pnpm run ci
2426
name: Run all checks
27+
env:
28+
NPM_TOKEN: xxx
2529

2630
deploy:
2731
name: Deploy packages
@@ -38,6 +42,8 @@ jobs:
3842
with:
3943
version: 8
4044
run_install: true
45+
env:
46+
NPM_TOKEN: xxx
4147

4248
- run: pnpm run publishNpmPkg
4349
name: Publish npm packages

0 commit comments

Comments
 (0)