Skip to content

Commit 42fb834

Browse files
committed
ci: specify a region when talking with aws
1 parent bd399d8 commit 42fb834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Start the synchronization tool
4949
run: |
50-
aws lambda invoke --function-name start-sync-team output.json
50+
aws --region us-west-1 lambda invoke --function-name start-sync-team output.json
5151
cat output.json | python3 -m json.tool
5252
env:
5353
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)