diff --git a/terraform-scripts/quarkus-playwright.tf b/terraform-scripts/quarkus-playwright.tf index d1868cf..e1625d6 100644 --- a/terraform-scripts/quarkus-playwright.tf +++ b/terraform-scripts/quarkus-playwright.tf @@ -29,7 +29,7 @@ resource "github_team_repository" "quarkus_playwright" { # Add users to the team resource "github_team_membership" "quarkus_playwright" { - for_each = { for tm in ["ia3andy"] : tm => tm } + for_each = { for tm in ["ia3andy", "melloware"] : tm => tm } team_id = github_team.quarkus_playwright.id username = each.value role = "maintainer"