Skip to content

Commit

Permalink
ci: provide codecov with its token
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Apr 17, 2024
1 parent 3cf815b commit 9e9a0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
if: ${{ matrix.python-version == '3.12' }}
uses: Wandalen/wretry.action@1a10d4835a1506f513ad8e7488aeb474ab20055c # v1.4.10
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml
Expand Down

0 comments on commit 9e9a0c5

Please sign in to comment.