Skip to content

Commit

Permalink
Undow AWS credential changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jul 15, 2024
1 parent de934bd commit 192bddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Configure R2 credentials for AWS CLI
run: |
aws configure set region us-east-1
aws configure set access_key_id ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
aws configure set secret_access_key ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_SECRET }}
aws configure set aws_access_key_id ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_SECRET }}
- name: Sync app assets to R2
run: |
Expand Down

0 comments on commit 192bddc

Please sign in to comment.