Skip to content

Commit a4fc46e

Browse files
committed
fix: restore this role to assume action region
1 parent 20907f1 commit a4fc46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/nix-install-ephemeral/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
if: ${{ inputs.push-to-cache == 'true' }}
1414
with:
1515
role-to-assume: ${{ env.DEV_AWS_ROLE }}
16-
aws-region: "ap-southeast-1"
16+
aws-region: "us-east-1"
1717
output-credentials: true
1818
role-duration-seconds: 7200
1919
- name: Setup AWS credentials for Nix

0 commit comments

Comments
 (0)