Skip to content

Commit

Permalink
fix(test-org): perma-drift write=push (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Dec 30, 2024
1 parent 9b23ce2 commit 09086d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions infra/terraform/modules/repositories/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "github_repository_collaborator" "maintainers" {
}
repository = each.value.repo
username = each.value.maintainer
permission = "write"
permission = "push"
}

resource "github_team_repository" "groups" {
Expand All @@ -112,7 +112,7 @@ resource "github_team_repository" "groups" {
}
repository = each.value.repo
team_id = each.value.group
permission = "write"
permission = "push"
}

resource "github_team_repository" "ci_teams" {
Expand All @@ -121,5 +121,5 @@ resource "github_team_repository" "ci_teams" {
}
repository = each.value.repo
team_id = each.value.team
permission = "write"
permission = "push"
}
32 changes: 16 additions & 16 deletions infra/terraform/test-org/github/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09086d6

Please sign in to comment.