From 92dab917395b7fba5d3c337e3287e7549514358d Mon Sep 17 00:00:00 2001 From: Remko Huisman <43807324+remko48@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:54:18 +0100 Subject: [PATCH] Update release-workflow.yaml --- .github/workflows/release-workflow.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 08379ca..fe9e55e 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -148,6 +148,7 @@ jobs: with: release_version: ${{ env.NEW_VERSION }} config_file: changelog-ci-config.json + ssh-key: ${{ secrets.DEPLOY_KEY }} # Step 14: Output the version - name: Use the version