Explicitly pass CODECOV_TOKEN
This commit is contained in:
parent
8609031738
commit
31edfd60a2
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
|||||||
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|
||||||
test-docs:
|
test-docs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user