Skip to content

Commit

Permalink
use the env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Mar 13, 2024
1 parent cc7746d commit a09acc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
fail_ci_if_error: false
token: $${ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a09acc7

Please sign in to comment.