Skip to content

Commit

Permalink
Add melloware to quarkus-playwright.tf (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Oct 24, 2024
1 parent e37430b commit b99d8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-playwright.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b99d8f6

Please sign in to comment.