From 5df14cf7ede67442e4934b28309674efbfaff2af 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) --- .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 883153556f8..ce6757b7b38 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -268,6 +268,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()