diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639f5eb9a..9e1b00086 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