From eea14ce8debfb682463b5c5d6aef0fd22c48db70 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 f6647f7cd8b..9a2b6f4c353 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()