Skip to content

Commit

Permalink
Add @janpk to quarkus-mockk.tf (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored May 30, 2024
1 parent 83af46d commit 2990dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-mockk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "github_team_repository" "quarkus_mockk" {

# Add users to the team
resource "github_team_membership" "quarkus_mockk" {
for_each = { for tm in ["glefloch"] : tm => tm }
for_each = { for tm in ["glefloch", "janpk"] : tm => tm }
team_id = github_team.quarkus_mockk.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit 2990dbc

Please sign in to comment.