Skip to content

Commit 4cd07d6

Browse files
Update cloudrun-source.yml doc (#15)
The [docs](https://cloud.google.com/run/docs/deploying-source-code#permissions_required_to_deploy) specify that we need Storage Admin role, not Storage Object Admin role. Signed-off-by: Victor Tihomirov <[email protected]> Co-authored-by: Seth Vargo <[email protected]>
1 parent 02e4d56 commit 4cd07d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/deploy-cloudrun/cloudrun-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# roles/cloudbuild.builds.editor
2626
#
2727
# Cloud Storage
28-
# roles/storage.objectAdmin
28+
# roles/storage.admin
2929
#
3030
# Artifact Registry
3131
# roles/artifactregistry.admin (project or repository level)

0 commit comments

Comments
 (0)