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:
66
66
{
67
67
"Version": "2012-10-17",
68
68
"Statement": [
69
- {
69
+ {
70
70
"Effect": "Allow",
71
71
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
72
72
"Action": "sts:AssumeRole"
73
73
},
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
+ },
74
79
{
75
80
"Effect": "Allow",
76
81
"Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
@@ -103,11 +108,16 @@ Resources:
103
108
{
104
109
"Version": "2012-10-17",
105
110
"Statement": [
106
- {
111
+ {
107
112
"Effect": "Allow",
108
113
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
109
114
"Action": "sts:AssumeRole"
110
115
},
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
+ },
111
121
{
112
122
"Effect": "Allow",
113
123
"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