File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - ' system/**'
1212 - ' .github/workflows/deploy-apidocs.yml'
1313
14- permissions :
15- contents : write
16- pull-requests : write
17-
1814jobs :
1915 build :
2016 name : Deploy to api
17+ permissions :
18+ contents : write
2119 if : github.repository == 'codeigniter4/CodeIgniter4'
2220 runs-on : ubuntu-22.04
2321
Original file line number Diff line number Diff line change 3636 permissions :
3737 # Allow actions/github-script to create release
3838 contents : write
39- pull-requests : write
4039 if : github.repository == 'codeigniter4/CodeIgniter4'
4140 runs-on : ubuntu-22.04
4241 needs : check-version
8786 permissions :
8887 # Allow actions/github-script to create release
8988 contents : write
90- pull-requests : write
9189 if : github.repository == 'codeigniter4/CodeIgniter4'
9290 runs-on : ubuntu-22.04
9391 needs : check-version
@@ -138,7 +136,6 @@ jobs:
138136 permissions :
139137 # Allow actions/github-script to create release
140138 contents : write
141- pull-requests : write
142139 if : github.repository == 'codeigniter4/CodeIgniter4'
143140 runs-on : ubuntu-22.04
144141 needs : check-version
Original file line number Diff line number Diff line change 1818 permissions :
1919 # Allow ad-m/github-push-action to push commit to branch gh-pages
2020 contents : write
21- pull-requests : write
2221 if : (github.repository == 'codeigniter4/CodeIgniter4')
2322 runs-on : ubuntu-latest
2423 steps :
You can’t perform that action at this time.
0 commit comments