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
8
8
- ' *'
9
9
jobs :
10
10
build :
11
+ permissions :
12
+ contents : read
11
13
runs-on : ubuntu-24.04
12
14
strategy :
13
15
matrix :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
10
10
11
11
jobs :
12
12
build :
13
+ permissions :
14
+ contents : read
13
15
env :
14
16
project-name : z-wave-protocol-controller # Align to docker (lowercase)
15
17
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
16
16
17
17
jobs :
18
18
test :
19
+ permissions :
20
+ contents : read
21
+ statuses : write
19
22
env :
20
23
project-name : z-wave-protocol-controller # Align to docker (lowercase)
21
24
runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments