Skip to content

Commit f9ed727

Browse files
authored
Add token to codecov (#9865)
Without this, we can't upload on `main`, I think. I added a token into our Actions Secrets. ref #9860
1 parent eac5105 commit f9ed727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160

161161
- name: Upload code coverage to Codecov
162162
uses: codecov/codecov-action@v5.0.7
163+
env:
164+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
163165
with:
164166
file: ./coverage.xml
165167
flags: unittests

0 commit comments

Comments
 (0)