Skip to content

Commit

Permalink
Explicitly pass CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Sep 5, 2022
1 parent 42c6c38 commit 6245c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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:
Expand Down

0 comments on commit 6245c0a

Please sign in to comment.