From d9b93568fb27b45340fa525c33112383ada66a3d Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 16 Jan 2023 18:18:42 +0200 Subject: [PATCH] Give codecov a token https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954/10 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9c19463..85e505c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,7 @@ jobs: with: fail_ci_if_error: true files: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} strategy: fail-fast: false