Skip to content

Commit 4fbebac

Browse files
committed
chore(codecov): Added codecov token
1 parent ee64875 commit 4fbebac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
- name: Update code cov report
4040
run: npm run test:codecov
41+
env:
42+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4143
- name: Prepare docs
4244
run: npm run docs
4345
- name: Deploy docs

0 commit comments

Comments
 (0)