Skip to content

Commit

Permalink
Explicitly set CODECOV_TOKEN to env
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Apr 26, 2024
1 parent edf2442 commit 0848c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
run: tox -e py311
- name: Upload coverage to Codecov
uses: codecov/[email protected]
env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 0848c62

Please sign in to comment.