Skip to content

Commit df2ef41

Browse files
authored
Merge pull request #6 from andreiruse/patch-1
Updating AWS Region env variable in README file
2 parents c94e2f7 + 24da4a7 commit df2ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
env:
5353
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5454
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55-
AWS_REGION: 'us-east-2'
55+
AWS_DEFAULT_REGION: 'us-east-2'
5656

5757
```

0 commit comments

Comments
 (0)