Skip to content

Commit 954b209

Browse files
committed
feat: add codecov_token
1 parent 900ffda commit 954b209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: yarn test:coverage
2222
- name: Codecov
2323
env:
24-
CODECOV_TOKEN: ${{secrets.codecov_token}}
24+
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
2525
run: yarn send-coverage

0 commit comments

Comments
 (0)