updated argocd.sh
783a111f
Hari Sekhon
committed
1 changed file
argocd.sh
/.bash.d/argocd.sh-1+1
/.bash.d/argocd.sh
Add comment 20
Add comment 21 # XXX: Edit resource name
Add comment 22 resource "github_repository_collaborator" "ci" {
Add comment 23 Minus   repository = "my-repo" # XXX: Edit
Add comment 23 Plus   repository = "my-repo" # XXX: Edit
Add comment 24 username = "my-ci-machine-user" # XXX: Edit
Add comment 25 permission = "pull"
Add comment 26 }