Update environment variables for AI review workflow
Added GOOGLE_API_KEY and GEMINI_MODEL to environment variables for AI review.
This commit is contained in:
parent
0155988f90
commit
2edd5a8188
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ai-gdd-review.yml
vendored
3
.github/workflows/ai-gdd-review.yml
vendored
|
|
@ -34,7 +34,8 @@ jobs:
|
|||
|
||||
- name: Run AI review
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
|
||||
GEMINI_MODEL: ${{ secrets.GEMINI_MODEL }}
|
||||
run: |
|
||||
python3 Tools/_sunrise/ai_review.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue