Skip to content

Commit

Permalink
Use the Codecov org token
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 10, 2024
1 parent 4e8131c commit d5c6891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- uses: codecov/codecov-action@v4
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}
file: ./coverage.xml
flags: Python_${{ steps.python-install.outputs.python-version }}

0 comments on commit d5c6891

Please sign in to comment.