Skip to content

Commit 26e2f9a

Browse files
committed
ci: update CI
1 parent 1d9cbb5 commit 26e2f9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +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 }}
35+
environment:
36+
GH_TOKEN: echo ${GH_TOKEN}
37+
NPM_TOKEN: echo ${NPM_TOKEN}
3838

3939
workflows:
4040
build-and-test:

0 commit comments

Comments
 (0)