diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index a83d2a6..2bf8b06 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -91,4 +91,5 @@ jobs: fail_ci_if_error: true flags: unittests name: codecov-coverage + token: ${{ secrets.CODECOV_TOKEN }} # Set this secret in your repository settings