We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74880 commit da89adbCopy full SHA for da89adb
1 file changed
.github/workflows/staging-daily.yml
@@ -93,6 +93,11 @@ jobs:
93
port: ${{ secrets.CLOUD_SQL_DATABASE_PORT }}
94
proxy_version: "1.37.11"
95
- 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 }}
101
102
- name: Sentry query (iOS)
103
run: |
0 commit comments