Skip to content

Commit 7d353b2

Browse files
authored
ci: use codecov token (#257)
1 parent 256fd85 commit 7d353b2

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
@@ -134,5 +134,7 @@ jobs:
134134

135135
- name: "Upload to Codecov"
136136
uses: codecov/codecov-action@v3
137+
env:
138+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
137139
with:
138140
directory: reports

0 commit comments

Comments
 (0)