File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ pipeline:
262
262
pull : true
263
263
secrets : [ aws_access_key_id, aws_secret_access_key ]
264
264
bucket : releases
265
+ acl : public-read
265
266
endpoint : https://storage.gitea.io
266
267
path_style : true
267
268
strip_prefix : dist/release/
@@ -275,6 +276,7 @@ pipeline:
275
276
pull : true
276
277
secrets : [ aws_access_key_id, aws_secret_access_key ]
277
278
bucket : releases
279
+ acl : public-read
278
280
endpoint : https://storage.gitea.io
279
281
path_style : true
280
282
strip_prefix : dist/release/
@@ -289,6 +291,7 @@ pipeline:
289
291
pull : true
290
292
secrets : [ aws_access_key_id, aws_secret_access_key ]
291
293
bucket : releases
294
+ acl : public-read
292
295
endpoint : https://storage.gitea.io
293
296
path_style : true
294
297
strip_prefix : dist/release/
You can’t perform that action at this time.
0 commit comments