Skip to content

Commit 11bf30d

Browse files
authored
chore: switch S3 workflow to use gha-s3-frontend-deployment role (#428)
* chore: switch S3 workflow to use gha-s3-frontend-deployment role * update
1 parent 28168d1 commit 11bf30d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Configure AWS credentials
7575
uses: aws-actions/configure-aws-credentials@v4
7676
with:
77-
role-to-assume: arn:aws:iam::${{ matrix.account }}:role/gha-deployment
78-
role-session-name: gh-terragrunt-plan
77+
role-to-assume: arn:aws:iam::${{ matrix.account }}:role/gha-s3-frontend-deployment
78+
role-session-name: gha-s3-frontend-deployment
7979
aws-region: ${{ vars.AWS_ECR_REGION }}
8080

8181
# Upload to S3

0 commit comments

Comments
 (0)