We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0710d3 + 32d5c40 commit ec85ba6Copy full SHA for ec85ba6
.github/workflows/release.yaml
@@ -91,11 +91,10 @@ jobs:
91
git fetch --tags
92
93
- name: Generate release notes
94
- uses: google-gemini/gemini-cli-action@main
+ uses: google-github-actions/run-gemini-cli@v0
95
with:
96
- GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
97
- version: latest
98
- settings_json: |
+ gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
+ settings: |-
99
{
100
"sandbox": true,
101
"autoAccept": true
0 commit comments