From d71bb906ff42d35b9b0ed1017e44fc52edf67a71 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:02:46 +0100 Subject: [PATCH] Add codecov token to avoid rate limiting --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d47e11..3e79346 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,5 +83,8 @@ jobs: - uses: codecov/codecov-action@v3 with: + # Explicitly using the token in order to avoid Codecov rate limit errors + # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true # optional (default = false)