Skip to content

Commit fe6cfde

Browse files
authored
ci: use codecov token (#143)
1 parent b422c03 commit fe6cfde

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
@@ -111,5 +111,7 @@ jobs:
111111

112112
- name: "Upload to Codecov"
113113
uses: codecov/codecov-action@v3
114+
env:
115+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
114116
with:
115117
directory: reports

0 commit comments

Comments
 (0)