From 3d9d22e917a17c58b44ae0480480f182d9a7012a Mon Sep 17 00:00:00 2001 From: Diego Diaz Date: Mon, 27 Nov 2023 14:58:59 -0300 Subject: [PATCH] [TEST] --- .github/workflows/dp_update_api_names.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dp_update_api_names.yml b/.github/workflows/dp_update_api_names.yml index 8b82a05..e81c015 100644 --- a/.github/workflows/dp_update_api_names.yml +++ b/.github/workflows/dp_update_api_names.yml @@ -19,7 +19,7 @@ jobs: uses: 'google-github-actions/auth@v1.0.0' with: workload_identity_provider: "projects/963616447866/locations/global/workloadIdentityPools/gh-deploy-dev-portal-rd/providers/gh-dev-portal-provider-rd" - service_account: "sa-developer-portal-rd@premise-developer-portal-rd.iam.gserviceaccount.com" + service_account: "deploy-cloudrun-cicd@premise-developer-portal-rd.iam.gserviceaccount.com" - name: Set up Cloud SDK uses: google-github-actions/setup-gcloud@v1.1.0 with: @@ -35,4 +35,4 @@ jobs: # - name: Runing python list # run: python test_api_list.py - name: List services - run: gcloud resources list + run: gcloud services list