diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 17c50758..5c9c696d 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -229,8 +229,8 @@ jobs: name: ${{ matrix.name }} # verbose: true # optional (default = false) fail_ci_if_error: true - use_oidc: true # cspell:ignore oidc files: "*/tests/output/reports/coverage.xml" + token: ${{ secrets.CODECOV_TOKEN }} # - name: Check codecov.io status # if: github.event_name == 'pull_request'