Skip to content

Commit

Permalink
fix(ci): codecov env -> secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Nov 20, 2024
1 parent b3ec05a commit 450e52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out

0 comments on commit 450e52a

Please sign in to comment.