Closed julien-devatom closed 1 year ago
The role is scoped to the docs environment with the following trust relationship:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::<account-i>:oidc-provider/token.actions.githubusercontent.com" }, "Action": "sts:AssumeRoleWithWebIdentity", "Condition": { "StringEquals": { "token.actions.githubusercontent.com:aud": "sts.amazonaws.com", "token.actions.githubusercontent.com:sub": "repo:morpho-org/morpho-v1:environment:docs" } } } ] }
docs environment is also scoped to the main branch
Pull Request
The role is scoped to the docs environment with the following trust relationship:
docs environment is also scoped to the main branch