From d08b9d03d7cb329a0ea34959f2f66c3f2aeade87 Mon Sep 17 00:00:00 2001 From: David AUFFRAY <31964077+Davidffry@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:02:30 +0200 Subject: [PATCH] Add user to push vmctl repo --- terraform/github/teams.tf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 81bd63b..836f712 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -508,8 +508,14 @@ locals { maintainers = [ "b1-luettje" ] + } + asdf-vmctl = { + description = "The people with push access to the asdf-vmctl repository" + maintainers = [ + "Davidffry", + ] + } } - } } resource "github_team" "teams" {