From cd182f432b66191e21376210ed3557055e56ba36 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 5 Nov 2024 16:21:37 -0500 Subject: [PATCH] adding a repo to track all of the associated repos and documentation for github-actions at Census --- varfiles/default.tfvars | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 4e57284..33fb6ab 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -14,6 +14,17 @@ repolist = [ "github-actions" ] }, + { + description = "Tracking all repos and documentation for Github Actions" + repo_org = "CSVD" + name = "Github-Actions-Project" + is_template = true + is_private = true + repo_topics = [ + "terraform-tools", + "github-actions" + ] + }, { description = "Module for attaching Actions and Environments to target repos" repo_org = "CSVD"