We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2217f2 commit 35315fdCopy full SHA for 35315fd
.github/workflows/gemini-pr-review.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
gemini_review:
9
- runs-on: arc-runner-set
+ runs-on: ubuntu-latest
10
11
steps:
12
- name: Checkout code
@@ -22,6 +22,11 @@ jobs:
22
- name: Install dependencies
23
run: pip install google-generativeai requests PyGithub google-cloud-storage
24
25
+ - name: Authenticate to Google Cloud
26
+ uses: google-github-actions/auth@v1
27
+ with:
28
+ credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
29
+
30
- name: Run Gemini review script
31
env:
32
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
0 commit comments