Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 1a56fd9

Browse files
pczajMiłosz
authored andcommitted
CCP-2582 add public files access rights for files during upload to s3
1 parent 8e51d5f commit 1a56fd9

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.github/workflows/ci-alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
yarn build
8888
- name: publish frontend for develop - alpha Web SDK
8989
uses: jakejarvis/s3-sync-action@master
90+
with:
91+
args: --acl public-read
9092
env:
9193
AWS_S3_BUCKET: dlb-capi-showcase
9294
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}

.github/workflows/ci-beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
yarn build
7979
- name: publish frontend for develop - beta Web SDK
8080
uses: jakejarvis/s3-sync-action@master
81+
with:
82+
args: --acl public-read
8183
env:
8284
AWS_S3_BUCKET: dlb-capi-showcase
8385
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}

.github/workflows/ci-master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
yarn build
7474
- name: publish frontend for frontend master Web SDK
7575
uses: jakejarvis/s3-sync-action@master
76+
with:
77+
args: --acl public-read
7678
env:
7779
AWS_S3_BUCKET: dlb-capi-showcase
7880
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}
@@ -163,6 +165,8 @@ jobs:
163165
yarn build
164166
- name: publish frontend for frontend master_staging Web SDK
165167
uses: jakejarvis/s3-sync-action@master
168+
with:
169+
args: --acl public-read
166170
env:
167171
AWS_S3_BUCKET: dlb-capi-showcase
168172
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
yarn build
104104
- name: publish frontend for develop - hotfix-3.0 Web SDK - develop ux kit
105105
uses: jakejarvis/s3-sync-action@master
106+
with:
107+
args: --acl public-read
106108
env:
107109
AWS_S3_BUCKET: dlb-capi-showcase
108110
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}
@@ -193,6 +195,8 @@ jobs:
193195
yarn build
194196
- name: build frontend for develop - production Web SDK
195197
uses: jakejarvis/s3-sync-action@master
198+
with:
199+
args: --acl public-read
196200
env:
197201
AWS_S3_BUCKET: dlb-capi-showcase
198202
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}
@@ -286,6 +290,8 @@ jobs:
286290
yarn build
287291
- name: build frontend for develop - production Web SDK
288292
uses: jakejarvis/s3-sync-action@master
293+
with:
294+
args: --acl public-read
289295
env:
290296
AWS_S3_BUCKET: dlb-capi-showcase
291297
AWS_ACCESS_KEY_ID: ${{ secrets.VOXEET_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)