Skip to content

Instantly share code, notes, and snippets.

@jordanbeck
Created August 16, 2021 14:32
Show Gist options
  • Save jordanbeck/44913f367572bec8f862bae6203b20f9 to your computer and use it in GitHub Desktop.
Save jordanbeck/44913f367572bec8f862bae6203b20f9 to your computer and use it in GitHub Desktop.
diff --git a/internal-repos/android-jetpack-compose.tf b/internal-repos/android-jetpack-compose.tf
index be2967c..faf889c 100644
--- a/internal-repos/android-jetpack-compose.tf
+++ b/internal-repos/android-jetpack-compose.tf
@@ -13,7 +13,7 @@ resource "github_repository" "jetpack_compose_curriculum_repo" {
resource "github_team_repository" "jetpack_compose_curriculum_repo_all_team_admin_access" {
team_id = data.github_team.all_team.id
repository = github_repository.jetpack_compose_curriculum_repo.name
- permission = "admin"
+ permission = "push"
}
resource "github_team_repository" "jetpack_compose_curriculum_repo_all_write_access" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment