From cee9877220d3e2188d503d18fdd701980285906f Mon Sep 17 00:00:00 2001 From: Ronnie Miller Date: Mon, 26 Aug 2024 13:20:16 -0700 Subject: [PATCH] Change to SSH URL --- .github/workflows/deploy-bundle-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bundle-preview.yml b/.github/workflows/deploy-bundle-preview.yml index bd18b22c..9de2e599 100644 --- a/.github/workflows/deploy-bundle-preview.yml +++ b/.github/workflows/deploy-bundle-preview.yml @@ -108,7 +108,7 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' git commit --allow-empty -m "Auto-deployed from GitHub Actions" - git remote set-url origin https://github.com/${{ github.event.repository.full_name }}.git + git remote set-url origin git@github.com:${{ github.event.repository.full_name }}.git git push -u origin gh-pages - name: Obtain GitHub Pages build URL