From b88b5760d65812604e1a5c0333510222a6ea65ca Mon Sep 17 00:00:00 2001 From: Connor O'Kane Date: Fri, 5 Jul 2024 13:14:39 +0100 Subject: [PATCH] adding config + pipeline --- components/variables.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/variables.tf b/components/variables.tf index 26e892485..0a8a6b03e 100644 --- a/components/variables.tf +++ b/components/variables.tf @@ -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"