Skip to content

Commit da89adb

Browse files
authored
Add Google Cloud authentication step to workflow
Added authentication step for Google Cloud in workflow.
1 parent 0a74880 commit da89adb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/staging-daily.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
port: ${{ secrets.CLOUD_SQL_DATABASE_PORT }}
9494
proxy_version: "1.37.11"
9595
- run: pip install -r requirements.txt
96+
97+
- name: Authenticate to Google Cloud (GCS uploads)
98+
uses: google-github-actions/auth@v3
99+
with:
100+
credentials_json: ${{ secrets.GCLOUD_AUTH }}
96101

97102
- name: Sentry query (iOS)
98103
run: |

0 commit comments

Comments
 (0)