From 9da1c02268342a9e546e0ac03d84b668e450a567 Mon Sep 17 00:00:00 2001 From: gjgd Date: Sat, 14 Mar 2020 20:13:00 +0900 Subject: [PATCH] Add missing permission for cloud run build --- example-workflows/cloud-run/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example-workflows/cloud-run/README.md b/example-workflows/cloud-run/README.md index 34cdcdb5..775d150c 100644 --- a/example-workflows/cloud-run/README.md +++ b/example-workflows/cloud-run/README.md @@ -44,6 +44,7 @@ For pushes to the _default_ branch, `master`, the workflow will: * `Viewer - roles/viewer`: allows for viewing the project (needed for Storage access) * `Cloud Build Service Account - roles/cloudbuild.builds.builder`: allows for running and manipulating Cloud Build and Storage resources + * `Cloud Build Editor - roles/cloudbuild.builds.editor`: allows for deploying cloud builds * `Service Account User - roles/iam.serviceAccountUser`: actAs requirement 1. Enable the [Cloud Run API and Cloud Build API.](https://console.cloud.google.com/flows/enableapi?apiid=cloudbuild.googleapis.com,run.googleapis.com&redirect=https://console.cloud.google.com&_ga=2.248833607.-1346582427.1578963531).