Skip to content

Commit

Permalink
Taken out variable, region harcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
rvelazquillo committed Aug 3, 2024
1 parent fac02a2 commit 71363c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
# AWS_REGION: "us-east-1" # optional: defaults to us-east-1
AWS_REGION: "us-east-2" # optional: defaults to us-east-1

0 comments on commit 71363c1

Please sign in to comment.