From 0a2e973d31cdfd1234eabd42f4844068b82014b6 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 1 Mar 2024 09:18:16 +0900 Subject: [PATCH] Adding the codecov token to use codecov-action v4 --- .github/workflows/ci_cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 49d1341..3eac9d2 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -105,6 +105,8 @@ jobs: - uses: codecov/codecov-action@v4 if: matrix.python-version == '3.9' name: 'Upload coverage to CodeCov' + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} release: name: Release