File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
pull_request :
6
6
7
+ permissions :
8
+ contents : write
9
+ pull-requests : write
10
+
7
11
jobs :
8
12
lint :
9
13
runs-on : ubuntu-latest
16
20
17
21
docs :
18
22
runs-on : ubuntu-latest
19
- permissions :
20
- contents : write
21
23
if : ${{ github.ref == 'refs/heads/main' }}
22
24
steps :
23
25
- uses : actions/checkout@v4
39
41
40
42
build :
41
43
runs-on : ubuntu-latest
42
- permissions :
43
- contents : write
44
44
if : ${{ github.ref == 'refs/heads/main' }}
45
45
steps :
46
46
- uses : actions/checkout@v4
70
70
71
71
format :
72
72
runs-on : ubuntu-latest
73
- permissions :
74
- contents : write
75
73
if : ${{ github.ref == 'refs/heads/main' }}
76
74
steps :
77
75
- uses : actions/checkout@v4
98
96
99
97
release :
100
98
name : release
101
- permissions :
102
- contents : write
103
- pull-requests : write
104
99
if : ${{ github.ref == 'refs/heads/main' }}
105
100
needs :
106
101
- docs
@@ -113,4 +108,3 @@ jobs:
113
108
with :
114
109
token : ${{ secrets.GITHUB_TOKEN }}
115
110
release-type : simple
116
- package-name : zenbones.nvim
You can’t perform that action at this time.
0 commit comments