From ece7782796c8035a6103466df2185ed3ad49f015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0St=C4=99ch=C5=82y?= Date: Thu, 2 Jun 2022 22:05:43 -0400 Subject: [PATCH] fix: add SSH_PRIVATE_KEY --- .github/workflows/publish_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index b6193bc..c0047e0 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -26,6 +26,9 @@ jobs: # in repo settings. # ------------------------------------------------------------------------ - uses: ./subtrees/z_quantum_actions/actions/ssh_setup + with: + ssh_key: ${{ secrets.SSH_PRIVATE_KEY }} + - name: Get orquestra-quantum uses: actions/checkout@v2