Skip to content

Commit

Permalink
fix: do not use ssh but https
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent a96e938 commit b2edecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function configure_git_on_ci {
# set git email & username
bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/install/git.sh)
# change global url from https://github.com/ to [email protected]:
git config --global url."[email protected]:".insteadOf https://github.com/
# git config --global url."[email protected]:".insteadOf https://github.com/
}

# copy contributing guide to docs if docs exist
Expand Down

0 comments on commit b2edecf

Please sign in to comment.