vibetunnel/.github/workflows/run-gemini-cli.yml
2025-08-06 19:01:20 +02:00

23 lines
No EOL
538 B
YAML

name: Run Gemini CLI
on:
pull_request:
types: [opened, synchronize]
issue_comment:
types: [created]
workflow_dispatch:
jobs:
run-gemini:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Gemini CLI
uses: google-github-actions/run-gemini-cli@main
with:
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
# Optional: Specify custom prompt or configuration
# prompt: "Review this code for improvements"