Skip to content

Commit

Permalink
ci: use env
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 26, 2024
1 parent 70cf608 commit b6b0483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: CodeCov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit b6b0483

Please sign in to comment.