From 63da3db571e070b0a54e569bbdf9f17accb35b8f Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 11 Mar 2024 11:38:24 +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 6a2a8fd..58bf92f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,5 +134,7 @@ jobs: - name: "Upload to Codecov" uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: directory: reports