Skip to content

Commit 09b81df

Browse files
committed
feat(ci): add GEMINI_CLI_TRUST_WORKSPACE setting to gemini-review workflow
1 parent 135054f commit 09b81df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
REPOSITORY: '${{ github.repository }}'
5353
ADDITIONAL_CONTEXT: '${{ inputs.additional_context }}'
5454
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
55+
GEMINI_CLI_TRUST_WORKSPACE: 'true'
5556
with:
5657
gcp_location: '${{ vars.GOOGLE_CLOUD_LOCATION }}'
5758
gcp_project_id: '${{ vars.GOOGLE_CLOUD_PROJECT }}'

0 commit comments

Comments
 (0)