variable "github_organization" {
  description = "GitHub organization name"
  type        = string
  default = "theorchard"
}