Skip to content

Commit ec85ba6

Browse files
authored
Merge pull request #1470 from Acepresso/EC-1432-GH-Action
Migrate to official Gemini Github action
2 parents d0710d3 + 32d5c40 commit ec85ba6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ jobs:
9191
git fetch --tags
9292
9393
- name: Generate release notes
94-
uses: google-gemini/gemini-cli-action@main
94+
uses: google-github-actions/run-gemini-cli@v0
9595
with:
96-
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
97-
version: latest
98-
settings_json: |
96+
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
97+
settings: |-
9998
{
10099
"sandbox": true,
101100
"autoAccept": true

0 commit comments

Comments
 (0)