From 003aac55754adf80872d70d2c7ceecb7faaa60da Mon Sep 17 00:00:00 2001 From: Maciej Jastrzebski Date: Thu, 7 Nov 2024 10:08:30 +0100 Subject: [PATCH] chore: provide 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 5593b04b..5e9deab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,8 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 - + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} test-concurrent: needs: [install-cache-deps]