Skip to content

Commit

Permalink
Make @stefanko and @metacosm admins in quarkus-operator-sdk.tf
Browse files Browse the repository at this point in the history
So they can visualize the secrets in this repo
  • Loading branch information
gastaldi authored Feb 10, 2025
1 parent f46cbb5 commit 8abd935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-operator-sdk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ resource "github_team_membership" "quarkus_operator_sdk" {
for_each = { for tm in ["metacosm", "xstefank"] : tm => tm }
team_id = github_team.quarkus_operator_sdk.id
username = each.value
role = "maintainer"
role = "admin"
}

0 comments on commit 8abd935

Please sign in to comment.