File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ jobs:
174
174
env :
175
175
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
176
176
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
177
+ AWS_DEFAULT_REGION : us-west-1
177
178
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
178
179
- name : Build a snapcraft configuration file
179
180
run : |
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ jobs:
119
119
env :
120
120
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
121
121
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
122
+ AWS_DEFAULT_REGION : us-west-1
122
123
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
123
124
- name : Clear the cargo caches
124
125
run : |
You can’t perform that action at this time.
0 commit comments