Switch to using a CircleCI EV for the OIDC IAM Role Arn

This commit is contained in:
TimothyKeaveny 2023-06-23 21:22:45 +07:00
parent b5db487529
commit 2bd0d0436b

View file

@ -16,7 +16,7 @@ aliases:
steps:
- aws-s3/sync:
profile-name: default
role-arn: "arn:aws:iam::307680192167:role/circleci-oidc-role"
role-arn: AWS_OIDC_IAM_ROLE
aws-region: AWS_REGION
from: ./build
to: '${AWS_BUCKET}'