Skip to content

Commit

Permalink
Update IAM role ARN in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Jun 6, 2024
1 parent 4cd390e commit 25b3883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy-staging-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
AWS_REGION: us-east-2
IAM_ROLE_ARN: arn:aws:iam::068007702576:role/cplive-plat-ue2-staging-cloudposse-docs-gha
IAM_ROLE_ARN: arn:aws:iam::675539733138:role/cplive-plat-ue2-staging-cloudposse-docs-gha
IAM_ROLE_SESSION_NAME: cloudposse-docs-ci-deploy-pr-${{ github.event.pull_request.number }}
S3_BUCKET_NAME: cplive-plat-ue2-staging-cloudposse-docs-origin
PR_NUMBER: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 25b3883

Please sign in to comment.