Skip to content

Commit 25dc87d

Browse files
committed
chore: run gen-workflows.sh
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent ce7eea9 commit 25dc87d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/linux-builds-on-master.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
env:
144144
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
145145
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
146+
AWS_DEFAULT_REGION: us-west-1
146147
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
147148
- name: Build a snapcraft configuration file
148149
run: |

.github/workflows/linux-builds-on-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
env:
137137
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
138138
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
139+
AWS_DEFAULT_REGION: us-west-1
139140
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
140141
- name: Build a snapcraft configuration file
141142
run: |

.github/workflows/linux-builds-on-stable.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
env:
167167
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
168168
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
169+
AWS_DEFAULT_REGION: us-west-1
169170
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
170171
- name: Build a snapcraft configuration file
171172
run: |

.github/workflows/macos-builds-on-all.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)