From 6b481115f0b72845533a37cf2fab1ef3539325dd Mon Sep 17 00:00:00 2001 From: abhikdps Date: Fri, 17 Jan 2025 15:07:24 +0530 Subject: [PATCH] Workaround for codecov-action bug with oidc --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index d980ab4a8..563d78434 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -163,7 +163,7 @@ jobs: with: name: ${{ matrix.name }} fail_ci_if_error: true - use_oidc: true # cspell:ignore oidc + use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc - name: Check codecov.io status if: github.event_name == 'pull_request'