Skip to content

Commit

Permalink
fix: aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Oct 20, 2024
1 parent f640339 commit 153a7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${AWS_REGION}
aws-region: ${{ AWS_REGION }}
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 153a7ff

Please sign in to comment.