From 2c52c86f51e607b4b844954f840eab81df095ba6 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 8 Feb 2024 18:27:03 +0000 Subject: [PATCH] Add CODECOV_TOKEN (#8143) (cherry picked from commit 5df14cf7ede67442e4934b28309674efbfaff2af) --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 95c8a985e78..8ee338a805c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -252,6 +252,7 @@ jobs: }},Py-${{ steps.python-install.outputs.python-version }} + token: ${{ secrets.CODECOV_TOKEN }} check: # This job does nothing and is only used for the branch protection if: always()