Skip to content

Commit

Permalink
modified region for credentails
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Jan 3, 2025
1 parent 1aa9592 commit 5231cbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ecs_deployment_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-session-name: githubDeploymentWorkflow
aws-region: ${{ vars.AWS_REGION }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Terraform
env:
Expand Down

0 comments on commit 5231cbc

Please sign in to comment.