diff --git a/{{cookiecutter.project_name}}/.github/workflows/test.yaml b/{{cookiecutter.project_name}}/.github/workflows/test.yaml index 986686df..07076813 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/test.yaml +++ b/{{cookiecutter.project_name}}/.github/workflows/test.yaml @@ -48,6 +48,7 @@ jobs: needs: get-environments permissions: id-token: write # for codecov OIDC + contents: read strategy: fail-fast: false