Skip to content

Commit

Permalink
add secrets.CODECOV_TOKEN to codecov step to ensure we are not public…
Browse files Browse the repository at this point in the history
… ratelimited etc
  • Loading branch information
ramin committed May 14, 2024
1 parent 749d39b commit 947361e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 947361e

Please sign in to comment.