Skip to content

Commit 2d9eb72

Browse files
committed
change
1 parent bd62537 commit 2d9eb72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/tools/github_runner_lambda.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ resource "aws_iam_role_policy" "github_runner_webhook_lambda_policy" {
6060
"iam:PassRole"
6161
]
6262
Resource = [
63-
aws_iam_role.github_runner_execution_role.arn
63+
aws_iam_role.github_runner_execution_role.arn,
64+
aws_iam_role.github_runner_task_role.arn,
6465
]
6566
}
6667
]

0 commit comments

Comments
 (0)