Skip to content

Commit a3df8ca

Browse files
Update GitHub Actions workflow
1 parent aa783ac commit a3df8ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dev-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
IdentityFile ~/.ssh/id_ed25519
2828
IdentitiesOnly yes
2929
EOT
30-
30+
31+
# Configure git to use SSH instead of HTTPS for GitHub
32+
git config --global url."[email protected]:".insteadOf "https://github.com/"
33+
3134
- name: Checkout repository
3235
uses: actions/checkout@v4
3336
with:

0 commit comments

Comments
 (0)