Skip to content

Commit

Permalink
allow Actions to read Cloudfront distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Jun 25, 2024
1 parent f56e70a commit 7b0bd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ data "aws_iam_policy_document" "github_actions_policy" {
}
statement {
actions = [
"cloudfront:GetCloudFrontOriginAccessIdentity",
"cloudfront:CreateInvalidation",
]
effect = "Allow"
Expand Down

0 comments on commit 7b0bd68

Please sign in to comment.