diff --git a/cfn/CI.yaml b/cfn/CI.yaml index 275d1dbf9..3aff0b0d9 100644 --- a/cfn/CI.yaml +++ b/cfn/CI.yaml @@ -511,6 +511,11 @@ Resources: "Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" }, "Action": "sts:AssumeRole" }, + { + "Effect": "Allow", + "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" }, + "Action": "sts:AssumeRole" + }, { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" }, @@ -566,6 +571,11 @@ Resources: "Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" }, "Action": "sts:AssumeRole" }, + { + "Effect": "Allow", + "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" }, + "Action": "sts:AssumeRole" + }, { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },