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