diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8cbcf8d67..0d8d236af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,9 @@ jobs: attempt_limit: 5 attempt_delay: 2000 action: codecov/codecov-action@v4 + env: | + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: | - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true