diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eaefe6529..f5afb7d5d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,4 +23,5 @@ jobs: uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4 with: flags: unittests + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true