Skip to content

Commit

Permalink
get codecov token from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Feb 1, 2024
1 parent 9cd7253 commit b3ec48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ env.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

static-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3ec48d

Please sign in to comment.