From 8dea5ec9c780e1d638ac1608be3f34f99b90ac61 Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Thu, 3 Sep 2026 16:39:54 -0600 Subject: [PATCH] fix: allow tfroot-twilio SOPS OIDC --- aws-github-oidc.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aws-github-oidc.tf b/aws-github-oidc.tf index ed26182..026e524 100644 --- a/aws-github-oidc.tf +++ b/aws-github-oidc.tf @@ -36,7 +36,8 @@ resource "aws_iam_role" "github_actions_sops_kms" { "repo:makeitworkcloud/tfroot-cloudflare:*", "repo:makeitworkcloud/tfroot-github:*", "repo:makeitworkcloud/tfroot-libvirt:*", - "repo:makeitworkcloud@195502628/tfroot-namecheap@1349145005:*" + "repo:makeitworkcloud@195502628/tfroot-namecheap@1349145005:*", + "repo:makeitworkcloud/tfroot-twilio:*" ] } }