Skip to content

Commit

Permalink
ci: specify CODECOV_TOKEN in with block (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gy authored Apr 4, 2024
1 parent 7b2f5e2 commit 95f51d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
uses: codecov/[email protected]
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

test-docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95f51d8

Please sign in to comment.