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