Skip to content

Commit cee9877

Browse files
committed
Change to SSH URL
1 parent 114dbe7 commit cee9877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110110
111-
git remote set-url origin https://github.com/${{ github.event.repository.full_name }}.git
111+
git remote set-url origin git@github.com:${{ github.event.repository.full_name }}.git
112112
git push -u origin gh-pages
113113
114114
- name: Obtain GitHub Pages build URL

0 commit comments

Comments
 (0)