From 3dd1378f9aa5892bb55cfacc626db723408f95d5 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Wed, 30 Oct 2024 17:09:21 -0400 Subject: [PATCH] adding github-actions-workspace --- varfiles/default.tfvars | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index a30c8c2..5e013b7 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -3,6 +3,16 @@ image_pipeline_workflows = { } repolist = [ + { + description = "Workspace for ghe-runners and github-runner-image" + repo_org = "CSVD" + name = "github-actions-workspace" + is_private = false + repo_topics = [ + "terraform-tools", + "github-actions" + ] + }, { description = "Module for attaching Actions and Environments to target repos" repo_org = "CSVD"