diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74013a6..af99f71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,4 +27,5 @@ jobs: run: tox run -e py,report_ci,lint - uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true