ci: add gemini ai pr review action #3
@@ -18,8 +18,8 @@ jobs:
|
||||
|
||||
- name: Gemini AI Review
|
||||
uses: petarzarkov/gemini-code-review-action@latest # Using latest version tag
|
||||
with:
|
||||
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# You can add custom prompt instructions here if needed:
|
||||
# prompt: "You are a senior software engineer. Review this PR..."
|
||||
|
||||
Reference in New Issue
Block a user