Skip to content

Commit

Permalink
screw it, be permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Jun 25, 2024
1 parent 41f9def commit 24c1639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ resource "aws_iam_role" "github_actions" {
data "aws_iam_policy_document" "github_actions_policy" {
statement {
actions = [
"cloudfront:GetCloudFrontOriginAccessIdentity",
"cloudfront:CreateInvalidation",
"iam:GetOpenIDConnectProvider",
"acm:*",
"cloudfront:*",
"iam:*",
"route53:*",
"s3:*",
]
Expand Down

0 comments on commit 24c1639

Please sign in to comment.