79367660

Date: 2025-01-18 17:39:37
Score: 0.5
Natty:
Report link

If you're building using the cloud build default worker pool, you need to add access to the cloud build iam.

gcloud projects add-iam-policy-binding PROJECT_ID \
    --member="serviceAccount:[email protected]" \
    --role="roles/cloudbuild.serviceAgent"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joe Haddad