From a46f88f39d4eb5bcead826b015ecc1653f1df8fb Mon Sep 17 00:00:00 2001 From: "lukas.bernhard" Date: Sat, 16 Nov 2024 12:50:10 +0100 Subject: [PATCH] fix github user renmae --- infrastructure/github_oidc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/github_oidc.tf b/infrastructure/github_oidc.tf index dd6be44..5814080 100644 --- a/infrastructure/github_oidc.tf +++ b/infrastructure/github_oidc.tf @@ -25,7 +25,7 @@ data "aws_iam_policy_document" "oidc" { condition { test = "StringLike" - values = ["repo:itsStRaNge/*"] + values = ["repo:lbernhard95/*"] variable = "token.actions.githubusercontent.com:sub" } }