File tree Expand file tree Collapse file tree 13 files changed +56
-3
lines changed Expand file tree Collapse file tree 13 files changed +56
-3
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 run-determination :
1717 runs-on : ubuntu-latest
18+ permissions : {}
1819 outputs :
1920 result : ${{ steps.determination.outputs.result }}
2021 steps :
4041 needs : run-determination
4142 if : needs.run-determination.outputs.result == 'true'
4243 runs-on : ubuntu-latest
44+ permissions :
45+ contents : read
4346
4447 steps :
4548 - name : Set environment variables
Original file line number Diff line number Diff line change 3737jobs :
3838 run-determination :
3939 runs-on : ubuntu-latest
40+ permissions : {}
4041 outputs :
4142 result : ${{ steps.determination.outputs.result }}
4243 steps :
6263 needs : run-determination
6364 if : needs.run-determination.outputs.result == 'true'
6465 runs-on : ubuntu-latest
66+ permissions :
67+ contents : read
6568
6669 steps :
6770 - name : Checkout repository
@@ -119,6 +122,8 @@ jobs:
119122 needs : run-determination
120123 if : needs.run-determination.outputs.result == 'true'
121124 runs-on : ubuntu-latest
125+ permissions :
126+ contents : read
122127
123128 steps :
124129 - name : Checkout repository
Original file line number Diff line number Diff line change 3131jobs :
3232 run-determination :
3333 runs-on : ubuntu-latest
34+ permissions : {}
3435 outputs :
3536 result : ${{ steps.determination.outputs.result }}
3637 steps :
5758 needs : run-determination
5859 if : needs.run-determination.outputs.result == 'true'
5960 runs-on : ubuntu-latest
61+ permissions :
62+ contents : read
6063
6164 strategy :
6265 fail-fast : false
9093 needs : run-determination
9194 if : needs.run-determination.outputs.result == 'true'
9295 runs-on : ubuntu-latest
96+ permissions :
97+ contents : read
9398
9499 strategy :
95100 fail-fast : false
@@ -126,6 +131,8 @@ jobs:
126131 needs : run-determination
127132 if : needs.run-determination.outputs.result == 'true'
128133 runs-on : ubuntu-latest
134+ permissions :
135+ contents : read
129136
130137 strategy :
131138 fail-fast : false
@@ -162,6 +169,8 @@ jobs:
162169 needs : run-determination
163170 if : needs.run-determination.outputs.result == 'true'
164171 runs-on : ubuntu-latest
172+ permissions :
173+ contents : read
165174
166175 strategy :
167176 fail-fast : false
@@ -198,6 +207,8 @@ jobs:
198207 needs : run-determination
199208 if : needs.run-determination.outputs.result == 'true'
200209 runs-on : ubuntu-latest
210+ permissions :
211+ contents : read
201212
202213 strategy :
203214 fail-fast : false
Original file line number Diff line number Diff line change 3535jobs :
3636 run-determination :
3737 runs-on : ubuntu-latest
38+ permissions : {}
3839 outputs :
3940 result : ${{ steps.determination.outputs.result }}
4041 steps :
6061 needs : run-determination
6162 if : needs.run-determination.outputs.result == 'true'
6263 runs-on : ubuntu-latest
64+ permissions :
65+ contents : read
6366
6467 steps :
6568 - name : Checkout repository
Original file line number Diff line number Diff line change 3939jobs :
4040 run-determination :
4141 runs-on : ubuntu-latest
42+ permissions : {}
4243 outputs :
4344 result : ${{ steps.determination.outputs.result }}
4445 steps :
6465 needs : run-determination
6566 if : needs.run-determination.outputs.result == 'true'
6667 runs-on : ubuntu-latest
68+ permissions :
69+ contents : read
6770
6871 steps :
6972 - name : Checkout repository
9093 needs : run-determination
9194 if : needs.run-determination.outputs.result == 'true'
9295 runs-on : ubuntu-latest
96+ permissions :
97+ contents : read
9398
9499 steps :
95100 - name : Checkout repository
Original file line number Diff line number Diff line change 2424 workflow_dispatch :
2525 repository_dispatch :
2626
27- permissions :
28- contents : read
29-
3027jobs :
3128 run-determination :
3229 runs-on : ubuntu-latest
30+ permissions : {}
3331 outputs :
3432 result : ${{ steps.determination.outputs.result }}
3533 steps :
5654 needs : run-determination
5755 if : needs.run-determination.outputs.result == 'true'
5856 runs-on : ubuntu-latest
57+ permissions :
58+ contents : read
5959
6060 strategy :
6161 fail-fast : false
9090 needs : run-determination
9191 if : needs.run-determination.outputs.result == 'true'
9292 runs-on : ubuntu-latest
93+ permissions :
94+ contents : read
9395
9496 strategy :
9597 fail-fast : false
Original file line number Diff line number Diff line change @@ -233,6 +233,8 @@ jobs:
233233 needs : run-determination
234234 if : needs.run-determination.outputs.result == 'true'
235235 runs-on : ubuntu-latest
236+ permissions :
237+ contents : read
236238
237239 steps :
238240 - name : Checkout repository
Original file line number Diff line number Diff line change 2929jobs :
3030 run-determination :
3131 runs-on : ubuntu-latest
32+ permissions : {}
3233 outputs :
3334 result : ${{ steps.determination.outputs.result }}
3435 steps :
5556 needs : run-determination
5657 if : needs.run-determination.outputs.result == 'true'
5758 runs-on : ubuntu-latest
59+ permissions :
60+ contents : read
5861
5962 strategy :
6063 fail-fast : false
Original file line number Diff line number Diff line change 2626jobs :
2727 validate :
2828 runs-on : ubuntu-latest
29+ permissions :
30+ contents : read
2931
3032 steps :
3133 - name : Checkout repository
Original file line number Diff line number Diff line change 4949jobs :
5050 run-determination :
5151 runs-on : ubuntu-latest
52+ permissions : {}
5253 outputs :
5354 result : ${{ steps.determination.outputs.result }}
5455 steps :
7576 needs : run-determination
7677 if : needs.run-determination.outputs.result == 'true'
7778 runs-on : ubuntu-latest
79+ permissions :
80+ contents : read
7881
7982 strategy :
8083 fail-fast : false
You can’t perform that action at this time.
0 commit comments