From 52d8e4b332f7ec61bb580ece5c98274d9d6bc093 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 19 May 2025 14:24:09 +0200 Subject: [PATCH] ci: build with ssh key --- .github/workflows/semantic_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 3805c7a0..fba3e8e1 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -41,6 +41,7 @@ jobs: with: ref: ${{ github.ref_name }} fetch-depth: 0 + ssh-key: ${{ secrets.CI_DEPLOY_SSH_KEY }} - name: Setup | Force release branch to be at workflow sha run: |