Skip to content

Commit

Permalink
refactor(ci): provide codecov token via env
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 3, 2024
1 parent 44c07a3 commit 2037530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,7 +44,8 @@ jobs:
flags: unit-tests
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

fixtures:
strategy:
Expand Down

0 comments on commit 2037530

Please sign in to comment.