Skip to content

Commit 864c2e2

Browse files
authored
chore(CI.yaml): update cfn template (#687)
1 parent 83744db commit 864c2e2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

cfn/CI.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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" },

0 commit comments

Comments
 (0)