diff --git a/.github/workflows/test_tip.yml b/.github/workflows/test_tip.yml index 4d6d91a..1824741 100644 --- a/.github/workflows/test_tip.yml +++ b/.github/workflows/test_tip.yml @@ -38,6 +38,7 @@ jobs: uses: codecov/codecov-action@v2 with: files: coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} # Use the token here fail_ci_if_error: true test-potential-wheel-install: