From 90ae5e8df0e366b5ef015ad148c1091fe7d4a3c0 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 16 Mar 2024 12:28:48 +0100 Subject: [PATCH] ci: use codecov token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a01f516..bd89511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,5 +69,7 @@ jobs: - name: "Upload to Codecov" uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: directory: reports