google-github-actions / example-workflows

Repository to demonstrate example workflows.
Apache License 2.0
64 stars 27 forks source link

Fix storage related roles for compute service account in cloud deploy release example #19

Closed cakuki closed 1 year ago

cakuki commented 1 year ago

The roles listed in the instructions of cloud deploy to cloud run example are not working. They generate the following error:

400: The role name must be in the form "roles/{role}", "organizations/{organization_id}/roles/{role}", or "projects/{project_id}/roles/{role}"., badRequest

I checked the roles on the Storage IAM Roles page and corrected them.