File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -511,6 +511,11 @@ Resources:
511
511
"Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" },
512
512
"Action": "sts:AssumeRole"
513
513
},
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
+ },
514
519
{
515
520
"Effect": "Allow",
516
521
"Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
@@ -566,6 +571,11 @@ Resources:
566
571
"Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" },
567
572
"Action": "sts:AssumeRole"
568
573
},
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
+ },
569
579
{
570
580
"Effect": "Allow",
571
581
"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