From 42a53cfb1d71b909e4eac5ee6bb206d339d6261b Mon Sep 17 00:00:00 2001 From: binary1248 Date: Tue, 7 Mar 2023 01:48:57 +0100 Subject: [PATCH] Make use of CODECOV_TOKEN in ci.yml in order to work around Github Actions API errors that occur. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639f5eb9..9e1b0008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,7 @@ jobs: if: matrix.type.name == 'Debug' && github.repository == 'SFML/SFML' # Disable upload in forks uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: ./build files: ./build/coverage.out fail_ci_if_error: true