File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -123,23 +123,3 @@ jobs:
123123 exit-code : ' 1'
124124 ignore-unfixed : true
125125 severity : ' CRITICAL,HIGH'
126-
127- downstream-tagging :
128- runs-on : ubuntu-latest
129- # since trivy already depends on linux-utils, its not included here
130- needs : ['trivy']
131- steps :
132- - name : Downstream tagging
133- 134- with :
135- tag-name : ${{ github.ref }}
136- body : ' Release created from linux-utils'
137- # Disable downstream tagging for cStor and Jiva, as their latest tagged
138- # versions have diverged from that of dynamic-localpv
139- # repo: |
140- # jiva
141- # libcstor
142- repo : |
143- dynamic-localpv-provisioner
144- # GR_TOKEN secret is the access token to perform github releases
145- github-token : ${{ secrets.GR_TOKEN }}
You can’t perform that action at this time.
0 commit comments