Skip to content

Commit

Permalink
chore(CI.yaml): update cfn template (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila authored Oct 17, 2024
1 parent 83744db commit 864c2e2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions cfn/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,16 @@ Resources:
{
"Version": "2012-10-17",
"Statement": [
{
{
"Effect": "Allow",
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
"Action": "sts:AssumeRole"
},
{
"Effect": "Allow",
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2" },
"Action": "sts:AssumeRole"
},
{
"Effect": "Allow",
"Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
Expand Down Expand Up @@ -103,11 +108,16 @@ Resources:
{
"Version": "2012-10-17",
"Statement": [
{
{
"Effect": "Allow",
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
"Action": "sts:AssumeRole"
},
{
"Effect": "Allow",
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2" },
"Action": "sts:AssumeRole"
},
{
"Effect": "Allow",
"Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
Expand Down

0 comments on commit 864c2e2

Please sign in to comment.