File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
docs :
18
18
runs-on : ubuntu-latest
19
+ permissions :
20
+ contents : write
19
21
if : ${{ github.ref == 'refs/heads/main' }}
20
22
steps :
21
23
- uses : actions/checkout@v4
28
30
version : " Vim 8.1 / Nvim v0.8.0"
29
31
treesitter : true
30
32
- name : Push changes
31
- uses : stefanzweifel/git-auto-commit-action@v4
33
+ uses : stefanzweifel/git-auto-commit-action@v5
32
34
with :
33
35
commit_message : " chore(build): auto-generate vimdoc"
34
36
commit_user_name : " github-actions[bot]"
59
61
make
60
62
61
63
- name : Push changes
62
- uses : stefanzweifel/git-auto-commit-action@v4
64
+ uses : stefanzweifel/git-auto-commit-action@v5
63
65
with :
64
66
commit_message : " chore(build): rebuild artifacts"
65
67
commit_user_name : " github-actions[bot]"
68
70
69
71
format :
70
72
runs-on : ubuntu-latest
73
+ permissions :
74
+ contents : write
71
75
if : ${{ github.ref == 'refs/heads/main' }}
72
76
steps :
73
77
- uses : actions/checkout@v4
94
98
95
99
release :
96
100
name : release
101
+ permissions :
102
+ contents : write
103
+ pull-requests : write
97
104
if : ${{ github.ref == 'refs/heads/main' }}
98
105
needs :
99
106
- docs
You can’t perform that action at this time.
0 commit comments