Skip to content

Commit d4fba62

Browse files
committed
Add logs:DeleteLogGroup permission to GithubRole
1 parent adcfd73 commit d4fba62

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
@@ -106,7 +106,8 @@ Resources:
106106
iam:AttachRolePolicy,
107107
iam:DetachRolePolicy,
108108
iam:PassRole,
109-
logs:CreateLogGroup
109+
logs:CreateLogGroup,
110+
logs:DeleteLogGroup
110111
],
111112
"Resource": "*"
112113
}

0 commit comments

Comments
 (0)