Skip to content

Commit 20907f1

Browse files
committed
fix: restore these IAM config actions
1 parent 5d925b3 commit 20907f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ami-release-nix-single.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: aws-actions/configure-aws-credentials@v4
3232
with:
3333
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
34-
aws-region: "ap-southeast-1"
34+
aws-region: "us-east-1"
3535
output-credentials: true
3636
role-duration-seconds: 7200
3737

@@ -97,7 +97,7 @@ jobs:
9797
uses: aws-actions/configure-aws-credentials@v4
9898
with:
9999
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
100-
aws-region: "ap-southeast-1"
100+
aws-region: "us-east-1"
101101

102102
- name: Upload software manifest to s3 staging
103103
run: |
@@ -118,7 +118,7 @@ jobs:
118118
uses: aws-actions/configure-aws-credentials@v4
119119
with:
120120
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
121-
aws-region: "ap-southeast-1"
121+
aws-region: "us-east-1"
122122

123123
- name: Upload software manifest to s3 prod
124124
run: |

.github/workflows/ami-release-nix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: aws-actions/configure-aws-credentials@v4
5656
with:
5757
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
58-
aws-region: "ap-southeast-1"
58+
aws-region: "us-east-1"
5959
output-credentials: true
6060
role-duration-seconds: 7200
6161

@@ -126,7 +126,7 @@ jobs:
126126
uses: aws-actions/configure-aws-credentials@v4
127127
with:
128128
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
129-
aws-region: "ap-southeast-1"
129+
aws-region: "us-east-1"
130130

131131
- name: Upload software manifest to s3 staging
132132
run: |
@@ -147,7 +147,7 @@ jobs:
147147
uses: aws-actions/configure-aws-credentials@v4
148148
with:
149149
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
150-
aws-region: "ap-southeast-1"
150+
aws-region: "us-east-1"
151151

152152
- name: Upload software manifest to s3 prod
153153
run: |

0 commit comments

Comments
 (0)