From df7a0b2870ca119fadadc05e2cb024c89341b1d4 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Thu, 15 Jun 2023 15:06:24 +0200 Subject: [PATCH] Update git clone URL to use SSH protocol --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ce924cf..d394ed1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -22,7 +22,7 @@ jobs: else mkdir -p ${{ secrets.PATH }} cd ${{ secrets.PATH }} - git clone https://github.com/${{ github.repository }} . + git clone git@github.com:${{ github.repository }}.git . fi - name: Update environment variables