Skip to content

Commit c45a324

Browse files
Fix photofinish permissions (#3861)
1 parent 79d3980 commit c45a324

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
repo: trento-project/photofinish
476476
tag: v1.4.2
477477
cache: enable
478-
chmod: +x
478+
chmod: 0755
479479
env:
480480
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
481481
- name: Cypress run
@@ -580,7 +580,7 @@ jobs:
580580
repo: trento-project/photofinish
581581
tag: v1.4.2
582582
cache: enable
583-
chmod: +x
583+
chmod: 0755
584584
env:
585585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
586586
- name: Cypress run
@@ -714,7 +714,7 @@ jobs:
714714
repo: trento-project/photofinish
715715
tag: v1.4.2
716716
cache: enable
717-
chmod: +x
717+
chmod: 0755
718718
env:
719719
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
720720
- name: "Docker compose dependencies"
@@ -1032,7 +1032,7 @@ jobs:
10321032
repo: trento-project/photofinish
10331033
tag: v1.4.2
10341034
cache: enable
1035-
chmod: +x
1035+
chmod: 0755
10361036
env:
10371037
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10381038
- name: Push data

0 commit comments

Comments
 (0)