File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -511,6 +511,11 @@ Resources:
511511 "Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" },
512512 "Action": "sts:AssumeRole"
513513 },
514+ {
515+ "Effect": "Allow",
516+ "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
517+ "Action": "sts:AssumeRole"
518+ },
514519 {
515520 "Effect": "Allow",
516521 "Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
@@ -566,6 +571,11 @@ Resources:
566571 "Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" },
567572 "Action": "sts:AssumeRole"
568573 },
574+ {
575+ "Effect": "Allow",
576+ "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
577+ "Action": "sts:AssumeRole"
578+ },
569579 {
570580 "Effect": "Allow",
571581 "Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
You can’t perform that action at this time.
0 commit comments