Skip to content

Commit

Permalink
DSO-2027: Fix aws region env var
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Mar 1, 2024
1 parent 4f7d8b2 commit 5dad8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: 📝 Configure AWS service account credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-2
aws-region: us-east-1
aws-access-key-id: ${{ vars.aws_access_key_id }}
aws-secret-access-key: ${{ secrets.aws_secret_access_key }}

Expand Down

0 comments on commit 5dad8bf

Please sign in to comment.