From 6b5a9dca8dcccabdf00603fa3a448ba6251011be Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 24 Sep 2024 09:22:07 -0700 Subject: [PATCH] Update github-runners.tf --- github-runners.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-runners.tf b/github-runners.tf index 74bce79..5c3032d 100644 --- a/github-runners.tf +++ b/github-runners.tf @@ -13,6 +13,7 @@ module "template_ecs_github_runners" { enforce_prs = false collaborators = local.collaborators pull_request_bypassers = local.pull_request_bypassers + github_org_teams = local.github_organization_teams } module "csvd_ecs_github_runners" { @@ -29,4 +30,5 @@ module "csvd_ecs_github_runners" { enforce_prs = false collaborators = local.collaborators pull_request_bypassers = local.pull_request_bypassers + github_org_teams = local.github_organization_teams }