Skip to content

Commit

Permalink
(actions) use CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Jun 12, 2024
1 parent 53eae09 commit 53fed19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ matrix.python-version == '3.12' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 53fed19

Please sign in to comment.