Skip to content

Commit 2f5dfa3

Browse files
committed
Add ecs:RegisterTaskDefinition to GithubRole
1 parent 16a8d66 commit 2f5dfa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloud-formation/github-role.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Resources:
9494
"Effect": "Allow",
9595
"Action": [
9696
"ecs:DescribeClusters",
97-
"ecs:CreateCluster"
97+
"ecs:CreateCluster",
98+
"ecs:RegisterTaskDefinition"
9899
],
99100
"Resource": "*"
100101
}

0 commit comments

Comments
 (0)