Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 5, 2024
1 parent 3a4b1a5 commit b88b576
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# variable "github_token" {
# description = "GitHub token to use for authentication."
# type = string
# sensitive = true
# }
variable "github_token" {
description = "GitHub token to use for authentication."
type = string
sensitive = true
}

variable "branches" {
description = "List of branches to apply protection rules"
Expand Down

0 comments on commit b88b576

Please sign in to comment.