Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
echel0n-HX committed Jul 31, 2023
1 parent 9380948 commit b6884a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
args: --acl public-read --follow-symlinks --delete --exclude '.git/*' --exclude '.github/*' --exclude '.husky/*' --exclude 'node_modules/*' --exclude '.gitignore' --exclude '.prettierrc' --exclude 'README.md'
env:
AWS_S3_BUCKET: ${{ secrets.S3_BUCKET }}
AWS_S3_BUCKET: ${{ secrets.CLOUDFLARE_R2_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
AWS_S3_ENDPOINT: ${{ secrets.CLOUDFLARE_R2_ENDPOINT }}
Expand Down

0 comments on commit b6884a2

Please sign in to comment.