Skip to content

Commit ce7eea9

Browse files
committed
CI: Set default AWS region
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent a738acd commit ce7eea9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/actions-templates/linux-builds-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
env:
175175
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
176176
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
177+
AWS_DEFAULT_REGION: us-west-1
177178
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
178179
- name: Build a snapcraft configuration file
179180
run: |

ci/actions-templates/macos-builds-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
env:
120120
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
121121
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
122+
AWS_DEFAULT_REGION: us-west-1
122123
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
123124
- name: Clear the cargo caches
124125
run: |

0 commit comments

Comments
 (0)