variable "github_token" {
  type    = string
  default = ""
}

variable "github_organization" {
  type    = string
  default = "theorchard"
}

variable "repository_name" {
  type    = string
  default = "immersive-audio-qc-tool"
}

variable "description" {
  type    = string
  default = "immersive-audio-qc-tool (common name: Ventura) performs quality control on immersive audio"
}

variable "code_owner" {
  type    = string
  default = "permissions-platform-pp"
}

variable "application_family" {
  type    = string
  default = "permissions-platform"
}

variable "default_branch_name" {
  type    = string
  default = "main"
}
