This repository was archived by the owner on Mar 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments