Skip to content

Commit 4bf8525

Browse files
authored
ci: Use upload token (#110)
1 parent 0d98130 commit 4bf8525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
uses: codecov/codecov-action@v2
8080
with:
8181
files: build/coverage.info
82+
env:
83+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8284

8385
- name: Test with memcheck
8486
if: matrix.config.label == 'default-build'

0 commit comments

Comments
 (0)