Skip to content

Commit

Permalink
explicit token
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Nov 14, 2024
1 parent 332898b commit c7ae34b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
file: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: 02571ae7-4151-471b-b966-99394d268e29
test_without_numpy:
name: Test without numpy
runs-on: ubuntu-latest
Expand All @@ -60,7 +60,8 @@ jobs:
with:
file: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: 02571ae7-4151-471b-b966-99394d268e29

results:
# This step aggregates the results from all the tests and allows us to
# require only this single job to pass for a PR to be merged rather than
Expand Down

0 comments on commit c7ae34b

Please sign in to comment.