File tree Expand file tree Collapse file tree
internal-actions/setup-gcloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : setup-gcloud
2+
3+ runs :
4+ using : " composite"
5+ steps :
6+ - name : Auth gcloud
7+ uses : google-github-actions/auth@v2
8+ with :
9+ workload_identity_provider : ' projects/321830142373/locations/global/workloadIdentityPools/github/providers/expo'
10+ service_account : ' eas-cli-github-actions@exponentjs.iam.gserviceaccount.com'
11+
12+ - name : Setup gcloud
13+ uses : google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
14+ with :
15+ version : 4.13.0
16+ project_id : exponentjs
Original file line number Diff line number Diff line change 1+ on :
2+ push : {}
3+
4+ jobs :
5+ test :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9+
10+ - uses : ./.github/internal-actions/setup-gcloud
11+
12+ - name : Test
13+ run : |
14+ gsutil cp gs://eas-build-worker-tarballs/worker-android-staging.tar.gz gs://eas-build-worker-tarballs/worker-android-test.tar.gz
You can’t perform that action at this time.
0 commit comments