Skip to content

Commit

Permalink
fix cloudbuild service account email
Browse files Browse the repository at this point in the history
The correct format for the service account is documented in
https://cloud.google.com/build/docs/cloud-build-service-account
  • Loading branch information
nathou committed Jul 10, 2024
1 parent 78069ee commit 6d0b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/project/service-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
service_agent: "service-%[email protected]"
jit: true # roles/cloudbuild.builds.builder
- name: "cloudbuild-builder"
service_agent: "%[email protected].iam.gserviceaccount.com"
service_agent: "%[email protected]"
- name: "cloudbuild-logging"
service_agent: "service-%[email protected]"
- name: "clouddeploy"
Expand Down

0 comments on commit 6d0b9f7

Please sign in to comment.