From 7afbfc9377122c0463cb81858c2bdd051c598462 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Mon, 13 Oct 2025 00:38:15 +0100 Subject: [PATCH] `test.yml`: Always use OIDC --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7737a06..c4f4730 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,16 +65,14 @@ jobs: - uses: codecov/codecov-action@v5 with: - use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} - token: ${{ secrets.CODECOV_TOKEN }} + use_oidc: true fail_ci_if_error: true disable_search: true files: coverage-unit.xml flags: unit - uses: codecov/codecov-action@v5 with: - use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} - token: ${{ secrets.CODECOV_TOKEN }} + use_oidc: true fail_ci_if_error: true disable_search: true files: coverage-feature.xml