Skip to content

Commit af565b2

Browse files
authored
Use the CODECOV_TOKEN when submitting to Codecov
1 parent 1fa4695 commit af565b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ jobs:
6060
- uses: codecov/codecov-action@v1
6161
with:
6262
file: lcov.info
63+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)