Skip to content

Commit

Permalink
Change aws credentials config
Browse files Browse the repository at this point in the history
  • Loading branch information
danamansana committed Sep 30, 2024
1 parent a6ba20a commit 6379907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: github.ref == 'refs/heads/qa'
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::946183545209:role/GithubActionsDeployerRole
aws-region: us-east-1
Expand All @@ -43,7 +43,7 @@ jobs:
if: github.ref == 'refs/heads/production'
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::946183545209:role/GithubActionsDeployerRole
aws-region: us-east-1
Expand Down

0 comments on commit 6379907

Please sign in to comment.