Skip to content

Commit

Permalink
added a default region to the environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Sep 4, 2020
1 parent f1211fb commit 6b1aa1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
CI_MODE: true

- name: Store artifacts
Expand Down

0 comments on commit 6b1aa1a

Please sign in to comment.