Skip to content

Commit adcfd73

Browse files
committed
Add logs:CreateLogGroup permission to GithubRole
1 parent 666ab07 commit adcfd73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloud-formation/github-role.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ Resources:
105105
ecs:UpdateService,
106106
iam:AttachRolePolicy,
107107
iam:DetachRolePolicy,
108-
iam:PassRole
108+
iam:PassRole,
109+
logs:CreateLogGroup
109110
],
110111
"Resource": "*"
111112
}

0 commit comments

Comments
 (0)