We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28168d1 commit 11bf30dCopy full SHA for 11bf30d
1 file changed
.github/workflows/gh-pages.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: Configure AWS credentials
75
uses: aws-actions/configure-aws-credentials@v4
76
with:
77
- role-to-assume: arn:aws:iam::${{ matrix.account }}:role/gha-deployment
78
- role-session-name: gh-terragrunt-plan
+ role-to-assume: arn:aws:iam::${{ matrix.account }}:role/gha-s3-frontend-deployment
+ role-session-name: gha-s3-frontend-deployment
79
aws-region: ${{ vars.AWS_ECR_REGION }}
80
81
# Upload to S3
0 commit comments