From 743f645229dc1e040d4bb70445a0eee0201d7416 Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Sun, 6 Aug 2023 14:29:45 +0100 Subject: [PATCH] Push privately, let Cloudfront deal with perms --- .github/workflows/build-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cloud.yml b/.github/workflows/build-cloud.yml index bb6da6c..3dc4662 100644 --- a/.github/workflows/build-cloud.yml +++ b/.github/workflows/build-cloud.yml @@ -94,7 +94,7 @@ jobs: - uses: jakejarvis/s3-sync-action@master with: - args: --acl public-read --follow-symlinks + args: --acl private --follow-symlinks env: AWS_S3_BUCKET: ${{ github.event.inputs.domain }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}