Skip to content

Commit 008efbc

Browse files
authored
Create gemini.yml
1 parent 0bb8727 commit 008efbc

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Gemini CLI
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
8+
issues:
9+
types: [opened, assigned]
10+
pull_request_review:
11+
types: [submitted]
12+
jobs:
13+
setup_gemini:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Run Gemini CLI
17+
uses: google-github-actions/run-gemini-cli@v0.1.10
18+
with:
19+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}

0 commit comments

Comments
 (0)