File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,16 @@ Resources:
6666 {
6767 "Version": "2012-10-17",
6868 "Statement": [
69- {
69+ {
7070 "Effect": "Allow",
7171 "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
7272 "Action": "sts:AssumeRole"
7373 },
74+ {
75+ "Effect": "Allow",
76+ "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2" },
77+ "Action": "sts:AssumeRole"
78+ },
7479 {
7580 "Effect": "Allow",
7681 "Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
@@ -103,11 +108,16 @@ Resources:
103108 {
104109 "Version": "2012-10-17",
105110 "Statement": [
106- {
111+ {
107112 "Effect": "Allow",
108113 "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
109114 "Action": "sts:AssumeRole"
110115 },
116+ {
117+ "Effect": "Allow",
118+ "Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2" },
119+ "Action": "sts:AssumeRole"
120+ },
111121 {
112122 "Effect": "Allow",
113123 "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