Skip to content

Commit

Permalink
Update variables filefor ghcr token
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 7, 2024
1 parent 82e10cc commit 7b2de59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/stacks/dpe-k8s-deployments/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,8 @@ variable "smtp_from" {
type = string
default = ""
}

variable "github_container_repository_token" {
description = "The GitHub container repository token. Used to authenticate with the container registry for OCI based helm charts."
type = string
}

0 comments on commit 7b2de59

Please sign in to comment.