File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ on: # yamllint disable-line rule:truthy
88 - ' *'
99jobs :
1010 build :
11+ permissions :
12+ contents : read
1113 runs-on : ubuntu-24.04
1214 strategy :
1315 matrix :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
1010
1111jobs :
1212 build :
13+ permissions :
14+ contents : read
1315 env :
1416 project-name : z-wave-protocol-controller # Align to docker (lowercase)
1517 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ on: # yamllint disable-line rule:truthy
1616
1717jobs :
1818 test :
19+ permissions :
20+ contents : read
21+ statuses : write
1922 env :
2023 project-name : z-wave-protocol-controller # Align to docker (lowercase)
2124 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments