Skip to content

Commit b9ac82b

Browse files
committed
ci: fix release workflow
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent a0bdad2 commit b9ac82b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,16 @@ jobs:
189189
value: ${{ steps.set-images-to-release.outputs.image-to-release }}
190190
artifact-name: images-to-release
191191

192+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
193+
if: always()
194+
with:
195+
persist-credentials: false
196+
path: ./self-workflow
197+
repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
198+
ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}
199+
sparse-checkout: |
200+
actions
201+
192202
get-images-to-release:
193203
needs: prepare-images-to-release
194204
runs-on: ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)