Skip to content

Commit

Permalink
test: add user as member to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jul 26, 2024
1 parent 05e8bba commit cb4a4c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions terraform/production/org.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ organization_teams = {
permission = "push"

repositories = [
"django-commons-playground",
]
}
}

################ GitHub Organization Secrets, not used at the moment #############

organization_secrets = {
# "GPG_PASSPHRASE" = {
# description = "GPG Passphrase used to encrypt plan.out files"
# visibility = "all"
# }
# "GPG_PASSPHRASE" = {
# description = "GPG Passphrase used to encrypt plan.out files"
# visibility = "all"
# }
}
11 changes: 6 additions & 5 deletions terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories = {
# Keep the following repositories in alphabetical order

".github" = {
description = "A Special Repository."
description = "A Special Repository."
enable_branch_protection = false

topics = []
Expand All @@ -12,18 +12,18 @@ repositories = {
}

"controls" = {
description = "The controls for managing Django Commons projects"
description = "The controls for managing Django Commons projects"
enable_branch_protection = false

topics = []
push_allowances = []
visibility = "public"
visibility = "public"
skip_team_creation = true
}

"membership" = {
description = "Membership repository for the django-commons organization."
visibility = "public"
description = "Membership repository for the django-commons organization."
visibility = "public"
topics = []
push_allowances = []
skip_team_creation = true
Expand All @@ -46,6 +46,7 @@ repositories = {
]
# People with GitHub triage repo permissions
members = [
"danielm-cfa",
]
}
}

0 comments on commit cb4a4c0

Please sign in to comment.