Skip to content

Commit

Permalink
Missing default value for token (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jan 13, 2025
1 parent e87772d commit 8420599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1055,4 +1055,5 @@ variable "ipv4_maxmind_license_key" {
variable "github_manifests_workflow_token" {
type = string
sensitive = true
default = "prodonly"
}

0 comments on commit 8420599

Please sign in to comment.