From b5f923f54949e3db98ea93c8cbd57bb311ce2331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemin=CC=81ski?= Date: Fri, 20 Sep 2024 10:29:42 +0200 Subject: [PATCH] Add step with a deploy key --- .github/workflows/deploy-to-stream-dist.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index e389c257..30819e66 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -13,6 +13,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Setup SSH deploy key + uses: shimataro/ssh-key-action@v2 + with: + key: ${{ secrets.SSH_DEPLOY_KEY }} + known_hosts: github.com + - name: Configure Git run: | git config --global user.name "XWP Deploy Bot"