Skip to content

Commit

Permalink
Try different service account
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 4, 2024
1 parent 39bdd43 commit 1303611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_and_publish/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1303611

Please sign in to comment.