From 9eac310d14b0345595afd4f771af2c2d24f8764d Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 14 May 2021 20:35:42 -0400 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98d4f7f..533aa1a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,5 +63,6 @@ jobs: uses: codecov/codecov-action@v1 if: matrix.coverage == 'xdebug' with: + token: ${{ secrets.CODECOV_TOKEN }} file: './coverage.xml' fail_ci_if_error: true \ No newline at end of file