Skip to content

Commit

Permalink
Fix incorrect region
Browse files Browse the repository at this point in the history
  • Loading branch information
daryl-c committed Apr 2, 2024
1 parent 1a313be commit c37ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: us-east-1
aws-region: eu-west-1
role-to-assume: arn:aws:iam::075768480549:role/GithubActionsRole
role-session-name: GithubActionsSession
- name: npm ci
Expand Down

0 comments on commit c37ea0f

Please sign in to comment.