Skip to content

Commit

Permalink
Add user to push vmctl repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidffry authored Apr 24, 2024
1 parent 2ad6246 commit d08b9d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit d08b9d0

Please sign in to comment.