diff --git a/enos/enos-variables.hcl b/enos/enos-variables.hcl index 166eb04642..173d9cf8f6 100644 --- a/enos/enos-variables.hcl +++ b/enos/enos-variables.hcl @@ -281,5 +281,5 @@ variable "ui_build_override" { variable "github_token" { description = "github token needed to run automated tests (requires read access to hashicorp repos)" type = string - default = null + default = "" }