diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 976d080ccfa..aa2d56324d8 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -51,6 +51,8 @@ jobs: test: name: ${{ matrix.os }} - Python ${{ matrix.python-version }} runs-on: ${{ matrix.os }} + environment: + name: pr-tests permissions: id-token: write # This is required for requesting OIDC token for codecov strategy: