We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3470032 commit e5ca5ffCopy full SHA for e5ca5ff
1 file changed
.github/workflows/ai-dev.yml
@@ -93,6 +93,8 @@ jobs:
93
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
94
TASK_TYPE: ${{ inputs.task_type }}
95
GEMINI_MODEL: ${{ vars.GEMINI_MODEL || 'gemini-2.5-flash' }}
96
+ # Required for headless CI: skip the interactive "trusted folder" prompt.
97
+ GEMINI_CLI_TRUST_WORKSPACE: 'true'
98
run: |
99
set -e
100
npm install -g @google/gemini-cli
0 commit comments