From 13036111745f840984818ca74399d57d3f2f2b03 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Wed, 4 Dec 2024 13:14:11 +0000 Subject: [PATCH] Try different service account --- .github/build_and_publish/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build_and_publish/cloudbuild.yaml b/.github/build_and_publish/cloudbuild.yaml index 94b7ea8..b258000 100644 --- a/.github/build_and_publish/cloudbuild.yaml +++ b/.github/build_and_publish/cloudbuild.yaml @@ -64,7 +64,7 @@ substitutions: _JOB_NAME: 'build-and-publish-us-data' # Cloud Run job name _CPU: '1' # Number of CPUs _MEMORY: '2Gi' # Memory allocation - _SERVICE_ACCOUNT: 'my-service-account@${PROJECT_ID}.iam.gserviceaccount.com' + _SERVICE_ACCOUNT: 'policyengine-api@appspot.gserviceaccount.com' options: logging: CLOUD_LOGGING_ONLY \ No newline at end of file