diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c7276515f..6a7ca61644 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,8 +96,9 @@ jobs: if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev' uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # note I am setting this on top of the Python cache as I could not find # how to set the hash key on the python one