File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 25
25
build :
26
26
name : Build
27
27
runs-on : ubuntu-latest
28
+ permissions :
29
+ contents : read
28
30
steps :
29
31
- name : Checkout
30
32
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 25
25
linting :
26
26
name : Documentation linting
27
27
runs-on : ubuntu-latest
28
+ permissions :
29
+ contents : read
28
30
steps :
29
31
- name : Checkout
30
32
uses : actions/checkout@v4
47
49
policy-doc :
48
50
name : Policy documentation
49
51
runs-on : ubuntu-latest
52
+ permissions :
53
+ contents : read
50
54
steps :
51
55
- name : Checkout
52
56
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 29
29
build :
30
30
name : Policy Test
31
31
runs-on : ubuntu-latest
32
+ permissions :
33
+ contents : read
32
34
steps :
33
35
- name : Checkout
34
36
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
goreleaser :
23
23
runs-on : ubuntu-latest
24
+ permissions :
25
+ contents : write
26
+ packages : write
24
27
steps :
25
28
- name : Checkout
26
29
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments