From 0764cda47102e9ae801eda0eac9c033e6fb93efb Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Fri, 5 Jan 2024 09:11:07 -0800 Subject: [PATCH] ci: Add `TagRole` permission to GithubActions policy (#5430) --- test/cloudformation/iam_cloudformation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cloudformation/iam_cloudformation.yaml b/test/cloudformation/iam_cloudformation.yaml index 47644110aeb8..e73a54933aeb 100644 --- a/test/cloudformation/iam_cloudformation.yaml +++ b/test/cloudformation/iam_cloudformation.yaml @@ -144,6 +144,7 @@ Resources: Action: - iam:AttachRolePolicy - iam:CreateRole + - iam:TagRole - iam:DeleteRolePolicy - iam:DetachRolePolicy - iam:PutRolePolicy