diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 9ea3265..c6c88f6 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -559,6 +559,13 @@ locals { "b1-luettje" ] } + + asdf-tinytex = { + description = "The people with push access to the asdf-tinytex repository" + maintainers = [ + "Fbrisset", + ] + } } }