We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f4002 commit a144c92Copy full SHA for a144c92
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Deploy to S3
31
uses: jakejarvis/[email protected]
32
with:
33
- args: --acl public-read --delete
+ args: --delete
34
env:
35
AWS_S3_BUCKET: ${{ secrets.EVERSE_AWS_S3_BUCKET_NAME_GLTF_VIEWER }}
36
AWS_ACCESS_KEY_ID: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_ID }}
0 commit comments