File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 24
24
jobs :
25
25
check :
26
26
runs-on : ubuntu-latest
27
- permissions :
28
- contents : read
29
27
30
28
steps :
31
29
- name : Checkout repository
57
55
download :
58
56
needs : check
59
57
runs-on : ubuntu-latest
60
- permissions : {}
61
58
62
59
strategy :
63
60
matrix :
84
81
sync :
85
82
needs : download
86
83
runs-on : ubuntu-latest
87
- permissions :
88
- contents : read
89
- issues : write
90
84
91
85
steps :
92
86
- name : Set environment variables
@@ -120,7 +114,7 @@ jobs:
120
114
path : ${{ env.CONFIGURATIONS_FOLDER }}
121
115
122
116
- name : Remove unneeded artifact
123
- uses : geekyeggo/delete-artifact@v2
117
+ uses : geekyeggo/delete-artifact@v4
124
118
with :
125
119
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
126
120
@@ -141,4 +135,4 @@ jobs:
141
135
github-label-sync \
142
136
--labels "${{ env.MERGED_CONFIGURATION_PATH }}" \
143
137
${{ steps.dry-run.outputs.flag }} \
144
- ${{ github.repository }}
138
+ ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments