Skip to content

Commit 71bdc18

Browse files
committed
ci: update ci
1 parent a8ae20f commit 71bdc18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- run:
3333
name: 🚀 Publish to Github Package
3434
command: yarn ci:publish
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3538

3639
workflows:
3740
build-and-test:

0 commit comments

Comments
 (0)