Skip to content

Commit

Permalink
more solver
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Dec 29, 2023
1 parent ce530a7 commit 37516c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/github.com/team.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ resource "github_repository_collaborators" "cvm" {
permission = "pull"
username = data.github_user.solver_1.username
}

user {
permission = "pull"
username = data.github_user.solver_2.username
}
}

resource "github_repository_collaborators" "composable" {
Expand Down
6 changes: 6 additions & 0 deletions terraform/github.com/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ data "github_user" "solver_1" {
username = "0xd4t0r"
}

data "github_user" "solver_2" {
username = "Dodoprof"
}



0 comments on commit 37516c1

Please sign in to comment.