File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -185,3 +185,8 @@ runs:
185185 with :
186186 name : package-deployment
187187 path : build/package/deployment**
188+
189+ - name : Checkout repository
190+ uses : actions/checkout@v3
191+ with :
192+ repository : splunk/addonfactory-workflow-addon-release
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ jobs:
275275 contents : write
276276 packages : read
277277 steps :
278+ - name : Checkout repository
279+ uses : actions/checkout@v3
278280 - name : Checkout repository
279281 uses : jenseng/dynamic-uses@v1
280282 env :
@@ -296,10 +298,6 @@ jobs:
296298 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
297299 ucc_modinput_functional : ${{ needs.test-inventory.outputs.ucc_modinput_functional}}
298300 modinput_functional : ${{ needs.test-inventory.outputs.modinput_functional}}
299- - name : Checkout repository
300- uses : actions/checkout@v3
301- with :
302- token : ${{ secrets.GH_TOKEN_ADMIN }}
303301
304302 virustotal :
305303 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments