Skip to content

Commit 5c4842c

Browse files
authored
ci: use codecov token (#154)
1 parent e0f1896 commit 5c4842c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,7 @@ jobs:
6969

7070
- name: "Upload to Codecov"
7171
uses: codecov/codecov-action@v3
72+
env:
73+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7274
with:
7375
directory: reports

0 commit comments

Comments
 (0)