File tree Expand file tree Collapse file tree 15 files changed +58
-3
lines changed Expand file tree Collapse file tree 15 files changed +58
-3
lines changed Original file line number Diff line number Diff line change 31
31
jobs :
32
32
run-determination :
33
33
runs-on : ubuntu-latest
34
+ permissions : {}
34
35
outputs :
35
36
result : ${{ steps.determination.outputs.result }}
36
37
steps :
56
57
needs : run-determination
57
58
if : needs.run-determination.outputs.result == 'true'
58
59
runs-on : ubuntu-latest
60
+ permissions :
61
+ contents : read
59
62
60
63
steps :
61
64
- name : Checkout repository
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
run-determination :
17
17
runs-on : ubuntu-latest
18
+ permissions : {}
18
19
outputs :
19
20
result : ${{ steps.determination.outputs.result }}
20
21
steps :
40
41
needs : run-determination
41
42
if : needs.run-determination.outputs.result == 'true'
42
43
runs-on : ubuntu-latest
44
+ permissions :
45
+ contents : read
43
46
44
47
steps :
45
48
- name : Checkout repository
58
61
needs : run-determination
59
62
if : needs.run-determination.outputs.result == 'true'
60
63
runs-on : ubuntu-latest
64
+ permissions :
65
+ contents : read
61
66
62
67
steps :
63
68
- name : Checkout repository
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
run-determination :
17
17
runs-on : ubuntu-latest
18
+ permissions : {}
18
19
outputs :
19
20
result : ${{ steps.determination.outputs.result }}
20
21
steps :
40
41
needs : run-determination
41
42
if : needs.run-determination.outputs.result == 'true'
42
43
runs-on : ubuntu-latest
44
+ permissions :
45
+ contents : read
43
46
44
47
steps :
45
48
- name : Set environment variables
Original file line number Diff line number Diff line change 35
35
jobs :
36
36
run-determination :
37
37
runs-on : ubuntu-latest
38
+ permissions : {}
38
39
outputs :
39
40
result : ${{ steps.determination.outputs.result }}
40
41
steps :
60
61
needs : run-determination
61
62
if : needs.run-determination.outputs.result == 'true'
62
63
runs-on : ubuntu-latest
64
+ permissions :
65
+ contents : read
66
+
63
67
64
68
steps :
65
69
- name : Checkout repository
Original file line number Diff line number Diff line change 41
41
jobs :
42
42
run-determination :
43
43
runs-on : ubuntu-latest
44
+ permissions : {}
44
45
outputs :
45
46
result : ${{ steps.determination.outputs.result }}
46
47
steps :
66
67
needs : run-determination
67
68
if : needs.run-determination.outputs.result == 'true'
68
69
runs-on : ubuntu-latest
70
+ permissions :
71
+ contents : read
69
72
70
73
steps :
71
74
- name : Checkout repository
92
95
needs : run-determination
93
96
if : needs.run-determination.outputs.result == 'true'
94
97
runs-on : ubuntu-latest
98
+ permissions :
99
+ contents : read
95
100
96
101
steps :
97
102
- name : Checkout repository
Original file line number Diff line number Diff line change 26
26
workflow_dispatch :
27
27
repository_dispatch :
28
28
29
- permissions :
30
- contents : read
31
-
32
29
jobs :
33
30
run-determination :
34
31
runs-on : ubuntu-latest
32
+ permissions : {}
35
33
outputs :
36
34
result : ${{ steps.determination.outputs.result }}
37
35
steps :
57
55
needs : run-determination
58
56
if : needs.run-determination.outputs.result == 'true'
59
57
runs-on : ubuntu-latest
58
+ permissions :
59
+ contents : read
60
+
60
61
61
62
steps :
62
63
- name : Checkout repository
80
81
needs : run-determination
81
82
if : needs.run-determination.outputs.result == 'true'
82
83
runs-on : ubuntu-latest
84
+ permissions :
85
+ contents : read
86
+
83
87
84
88
steps :
85
89
- name : Checkout repository
Original file line number Diff line number Diff line change 209
209
jobs :
210
210
run-determination :
211
211
runs-on : ubuntu-latest
212
+ permissions : {}
212
213
outputs :
213
214
result : ${{ steps.determination.outputs.result }}
214
215
steps :
@@ -234,6 +235,8 @@ jobs:
234
235
needs : run-determination
235
236
if : needs.run-determination.outputs.result == 'true'
236
237
runs-on : ubuntu-latest
238
+ permissions :
239
+ contents : read
237
240
238
241
steps :
239
242
- name : Checkout repository
Original file line number Diff line number Diff line change 35
35
jobs :
36
36
run-determination :
37
37
runs-on : ubuntu-latest
38
+ permissions : {}
38
39
outputs :
39
40
result : ${{ steps.determination.outputs.result }}
40
41
steps :
60
61
needs : run-determination
61
62
if : needs.run-determination.outputs.result == 'true'
62
63
runs-on : ubuntu-latest
64
+ permissions :
65
+ contents : read
63
66
64
67
steps :
65
68
- name : Checkout repository
92
95
needs : run-determination
93
96
if : needs.run-determination.outputs.result == 'true'
94
97
runs-on : ubuntu-latest
98
+ permissions :
99
+ contents : read
95
100
96
101
steps :
97
102
- name : Checkout repository
Original file line number Diff line number Diff line change 29
29
jobs :
30
30
run-determination :
31
31
runs-on : ubuntu-latest
32
+ permissions : {}
32
33
outputs :
33
34
result : ${{ steps.determination.outputs.result }}
34
35
steps :
55
56
needs : run-determination
56
57
if : needs.run-determination.outputs.result == 'true'
57
58
runs-on : ubuntu-latest
59
+ permissions :
60
+ contents : read
58
61
59
62
strategy :
60
63
fail-fast : false
Original file line number Diff line number Diff line change 29
29
jobs :
30
30
run-determination :
31
31
runs-on : ubuntu-latest
32
+ permissions : {}
32
33
outputs :
33
34
result : ${{ steps.determination.outputs.result }}
34
35
steps :
55
56
needs : run-determination
56
57
if : needs.run-determination.outputs.result == 'true'
57
58
runs-on : ubuntu-latest
59
+ permissions :
60
+ contents : read
58
61
59
62
strategy :
60
63
fail-fast : false
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
validate :
30
30
runs-on : ubuntu-latest
31
+ permissions :
32
+ contents : read
31
33
32
34
steps :
33
35
- name : Checkout repository
Original file line number Diff line number Diff line change 47
47
jobs :
48
48
run-determination :
49
49
runs-on : ubuntu-latest
50
+ permissions : {}
50
51
outputs :
51
52
result : ${{ steps.determination.outputs.result }}
52
53
steps :
73
74
needs : run-determination
74
75
if : needs.run-determination.outputs.result == 'true'
75
76
runs-on : ubuntu-latest
77
+ permissions :
78
+ contents : read
76
79
77
80
strategy :
78
81
fail-fast : false
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
run-determination :
17
17
runs-on : ubuntu-latest
18
+ permissions : {}
18
19
outputs :
19
20
result : ${{ steps.determination.outputs.result }}
20
21
steps :
40
41
needs : run-determination
41
42
if : needs.run-determination.outputs.result == 'true'
42
43
runs-on : ubuntu-latest
44
+ permissions :
45
+ contents : read
43
46
44
47
steps :
45
48
- name : Checkout repository
Original file line number Diff line number Diff line change 30
30
jobs :
31
31
check :
32
32
runs-on : ubuntu-latest
33
+ permissions :
34
+ contents : read
33
35
34
36
steps :
35
37
- name : Checkout repository
65
67
download :
66
68
needs : check
67
69
runs-on : ubuntu-latest
70
+ permissions : {}
68
71
69
72
strategy :
70
73
matrix :
92
95
sync :
93
96
needs : download
94
97
runs-on : ubuntu-latest
98
+ permissions :
99
+ contents : read
100
+ issues : write
95
101
96
102
steps :
97
103
- name : Set environment variables
Original file line number Diff line number Diff line change 41
41
runs-on : ubuntu-latest
42
42
outputs :
43
43
result : ${{ steps.determination.outputs.result }}
44
+ permissions : {}
44
45
steps :
45
46
- name : Determine if the rest of the workflow should run
46
47
id : determination
64
65
needs : run-determination
65
66
if : needs.run-determination.outputs.result == 'true'
66
67
runs-on : ubuntu-latest
68
+ permissions :
69
+ contents : read
67
70
68
71
steps :
69
72
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments