From 7ca9f6757a847d086dbbaff30183c7da70bd6f40 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 10 Jul 2023 12:42:55 +0200 Subject: [PATCH] Use fixed token for CodeCov uploads to deal with recent failures (#96133) --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 331a1bc151a..368a3eb6e98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1019,6 +1019,7 @@ jobs: with: | fail_ci_if_error: true flags: full-suite + token: ${{ env.CODECOV_TOKEN }} attempt_limit: 5 attempt_delay: 30000 - name: Upload coverage to Codecov (partial coverage) @@ -1028,5 +1029,6 @@ jobs: action: codecov/codecov-action@v3.1.3 with: | fail_ci_if_error: true + token: ${{ env.CODECOV_TOKEN }} attempt_limit: 5 attempt_delay: 30000