mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
23 lines
No EOL
538 B
YAML
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" |