diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7feece..09a0469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,5 @@ jobs: if: success() uses: codecov/codecov-action@v1 with: - fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true