From 5bb2a212da6aa07c8d40e79b8d6a844742a21cda Mon Sep 17 00:00:00 2001 From: Corentin Garcia Date: Wed, 7 Feb 2024 00:09:03 +0100 Subject: [PATCH] chore: add codecov token --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3245431..b571cbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: uses: codecov/codecov-action@v4 with: flags: ${{ matrix.python-version }} + token: ${{ secrets.CODECOV_TOKEN }} release: name: Release on PyPI runs-on: ubuntu-latest