From 64da2b58b7595d27b3ec9fb325be52d8bc62a2ae Mon Sep 17 00:00:00 2001 From: Connor Stone Date: Wed, 11 Sep 2024 10:46:14 -0400 Subject: [PATCH] ci: fix codecov token --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 244d6c92..7451bef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,9 @@ jobs: if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'}} uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml flags: unittests name: codecov-umbrella