diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8a48239b..0281d279 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,3 +52,4 @@ jobs: uses: codecov/codecov-action@v2 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}