Explicitly pass CODECOV_TOKEN

main
Dan Buch 2 years ago
parent 8609031738
commit 31edfd60a2
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -66,6 +66,7 @@ jobs:
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
test-docs:

Loading…
Cancel
Save