Skip to content

Commit 2e52f5d

Browse files
committed
Add ec2:AttachInternetGateway permission to GithubRole
1 parent 3936294 commit 2e52f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud-formation/github-role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Resources:
117117
{
118118
"Effect": "Allow",
119119
"Action": [
120+
"ec2:AttachInternetGateway",
120121
"ec2:CreateInternetGateway",
121122
"ec2:CreateSecurityGroup",
122123
"ec2:CreateSubnet",

0 commit comments

Comments
 (0)