We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee64875 commit 4fbebacCopy full SHA for 4fbebac
.github/workflows/deploy.yml
@@ -38,6 +38,8 @@ jobs:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39
- name: Update code cov report
40
run: npm run test:codecov
41
+ env:
42
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
43
- name: Prepare docs
44
run: npm run docs
45
- name: Deploy docs
0 commit comments