From 346654041d406d6ac370f319dd60e75c641760e7 Mon Sep 17 00:00:00 2001 From: Amin Assadzadeh Date: Sat, 10 May 2025 13:42:32 +1000 Subject: [PATCH] feat: update configs --- ci-cd-codepipeline.cfn.yml | 2 +- trust.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-cd-codepipeline.cfn.yml b/ci-cd-codepipeline.cfn.yml index fe24d6140a..db7a5210b9 100755 --- a/ci-cd-codepipeline.cfn.yml +++ b/ci-cd-codepipeline.cfn.yml @@ -40,7 +40,7 @@ Parameters: GitHubUser: Type: String - Default: SudKul + Default: amin-asdzdh Description: GitHub username or organization MinLength: 3 MaxLength: 100 diff --git a/trust.json b/trust.json index f934cf3a3f..57152231a4 100644 --- a/trust.json +++ b/trust.json @@ -4,7 +4,7 @@ { "Effect": "Allow", "Principal": { - "AWS": "arn:aws:iam::519002666132:root" + "AWS": "arn:aws:iam::170552406890:root" }, "Action": "sts:AssumeRole" }