We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f1c85 commit 9b2554cCopy full SHA for 9b2554c
.github/workflows/update-python-docs.yaml
@@ -32,6 +32,12 @@ jobs:
32
with:
33
python-version: '3.11'
34
35
+ - name: Authenticate to Google Cloud
36
+ id: auth
37
+ uses: 'google-github-actions/auth@v2'
38
+ with:
39
+ credentials_json: '${{ secrets.ADK_GCP_SA_KEY }}'
40
+
41
- name: Install dependencies
42
run: |
43
python -m pip install --upgrade pip
@@ -40,7 +46,6 @@ jobs:
46
- name: Run ADK docs updater script
47
env:
48
GITHUB_TOKEN: ${{ secrets.ADK_BOT_GITHUB_TOKEN }}
- GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
44
49
GOOGLE_CLOUD_PROJECT: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
45
50
GOOGLE_CLOUD_LOCATION: ${{ secrets.GOOGLE_CLOUD_LOCATION }}
51
GOOGLE_GENAI_USE_VERTEXAI: 1
0 commit comments