Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Dec 19, 2024
1 parent 3add236 commit 8ccc4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/repo-2.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "github_team_repository" "repo-2" {
team_id = "engineers"
repository = "repo-2"
permission = "write"
permission = "push"
}

0 comments on commit 8ccc4f2

Please sign in to comment.