From 98fb18fbfd3ec3bd87ab8deec265f894416e255c Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 6 Dec 2022 08:11:11 +0100 Subject: [PATCH] ci: Specify Codecov token (#2492) Co-authored-by: Andrew McKnight --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc5db69e8d2..c32a9847f08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -220,6 +220,9 @@ jobs: uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3.1.1 if: ${{ contains(matrix.platform, 'iOS') }} with: + # Although public repos should not have to specify a token there seems to be a bug with the Codecov GH action, which can + # be solved by specifying the token, see https://github.com/codecov/codecov-action/issues/557#issuecomment-1224970469 + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true