mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 16:39:23 +00:00
Merge pull request #71 from gjgd/issue-62-missing-permission
Add missing permission for cloud run build
This commit is contained in:
commit
f9d506d95e
1 changed files with 1 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue