From 09b81dfea185f43cd88c5d1881bce3d60bd4d88b Mon Sep 17 00:00:00 2001 From: Shangjie Chen Date: Mon, 4 May 2026 20:23:52 -0700 Subject: [PATCH] feat(ci): add GEMINI_CLI_TRUST_WORKSPACE setting to gemini-review workflow --- .github/workflows/gemini-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index 58196b1f..4f03f79d 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -52,6 +52,7 @@ jobs: REPOSITORY: '${{ github.repository }}' ADDITIONAL_CONTEXT: '${{ inputs.additional_context }}' GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}' + GEMINI_CLI_TRUST_WORKSPACE: 'true' with: gcp_location: '${{ vars.GOOGLE_CLOUD_LOCATION }}' gcp_project_id: '${{ vars.GOOGLE_CLOUD_PROJECT }}'