ci: add codecov token secret to coverage upload job (#48880)
Codecov needs to see the token secret when uploading, so we have to add this line to the workflow YAML: ```yaml with: token: ${{ secrets.CODECOV_TOKEN }} ``` Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
parent
5d87166c07
commit
89a8ab3233
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -33,3 +33,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
verbose: true
|
verbose: true
|
||||||
fail_ci_if_error: false
|
fail_ci_if_error: false
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user