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 0d7ac2b commit c6de3d6Copy full SHA for c6de3d6
.github/workflows/gemini-pr-review.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
gemini_review:
9
- runs-on: ubuntu-latest
+ runs-on: arc-runner-set
10
11
steps:
12
- name: Checkout code
@@ -22,6 +22,14 @@ jobs:
22
- name: Install dependencies
23
run: pip install google-generativeai requests PyGithub
24
25
+ - name: Install gcloud CLI
26
+ uses: google-github-actions/setup-gcloud@v2
27
+
28
+ - name: List files using curl
29
+ run: |
30
+ curl -X GET -H "Authorization: Bearer $(gcloud auth application-default print-access-token)" \
31
+ "https://storage.googleapis.com/storage/v1/b/hackathon-sme-code-review-train/o"
32
33
- name: Run Gemini review script
34
env:
35
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
0 commit comments