Explicitly pass CODECOV_TOKEN

This commit is contained in:
Dan Buch 2022-09-05 13:14:09 -04:00
parent 42c6c3876e
commit 6245c0a06c
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -63,6 +63,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: