Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #144 from moj-analytical-services/add-collaborator…
Browse files Browse the repository at this point in the history
…-from-issue-crushaforbes

Add collaborator to Terraform file/s from Issue for crushaforbes
  • Loading branch information
tamsinforbes authored Jul 3, 2024
2 parents db76da4 + be98896 commit 3b4244b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/github-outside-collaborators.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "github-outside-collaborators" {
source = "./modules/repository-collaborators"
repository = "github-outside-collaborators"
collaborators = [
{
github_user = "crushaforbes"
permission = "push"
name = "Crusha Forbes"
email = "[email protected]"
org = "Crusha Test Org"
reason = "Test new token works"
added_by = "[email protected]"
review_after = "2024-07-04"
},
]
}

0 comments on commit 3b4244b

Please sign in to comment.