From fe6cfded9c97602bc027b5310bdd83249a91b3e9 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 11 Mar 2024 12:15:37 +0100 Subject: [PATCH] ci: use codecov token (#143) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 678496a..d0fed1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,5 +111,7 @@ jobs: - name: "Upload to Codecov" uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: directory: reports