Skip to content

Commit

Permalink
ci: use with token syntax for codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 27, 2024
1 parent 21daf1e commit 80d2820
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 @@ -27,5 +27,4 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 80d2820

Please sign in to comment.