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

Commit 2500ac2

Browse files
pczajMiłosz
authored andcommitted
CCP-2582 add public files access rights for files during upload to s3 -fix typo
1 parent 1a56fd9 commit 2500ac2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
yarn build
8888
- name: publish frontend for develop - alpha Web SDK
8989
uses: jakejarvis/s3-sync-action@master
90-
with:
90+
with:
9191
args: --acl public-read
9292
env:
9393
AWS_S3_BUCKET: dlb-capi-showcase

.github/workflows/ci-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
yarn build
7979
- name: publish frontend for develop - beta Web SDK
8080
uses: jakejarvis/s3-sync-action@master
81-
with:
81+
with:
8282
args: --acl public-read
8383
env:
8484
AWS_S3_BUCKET: dlb-capi-showcase

.github/workflows/ci-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
yarn build
7474
- name: publish frontend for frontend master Web SDK
7575
uses: jakejarvis/s3-sync-action@master
76-
with:
76+
with:
7777
args: --acl public-read
7878
env:
7979
AWS_S3_BUCKET: dlb-capi-showcase
@@ -165,7 +165,7 @@ jobs:
165165
yarn build
166166
- name: publish frontend for frontend master_staging Web SDK
167167
uses: jakejarvis/s3-sync-action@master
168-
with:
168+
with:
169169
args: --acl public-read
170170
env:
171171
AWS_S3_BUCKET: dlb-capi-showcase

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ 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:
106+
with:
107107
args: --acl public-read
108108
env:
109109
AWS_S3_BUCKET: dlb-capi-showcase
@@ -195,7 +195,7 @@ jobs:
195195
yarn build
196196
- name: build frontend for develop - production Web SDK
197197
uses: jakejarvis/s3-sync-action@master
198-
with:
198+
with:
199199
args: --acl public-read
200200
env:
201201
AWS_S3_BUCKET: dlb-capi-showcase
@@ -290,7 +290,7 @@ jobs:
290290
yarn build
291291
- name: build frontend for develop - production Web SDK
292292
uses: jakejarvis/s3-sync-action@master
293-
with:
293+
with:
294294
args: --acl public-read
295295
env:
296296
AWS_S3_BUCKET: dlb-capi-showcase

0 commit comments

Comments
 (0)