switch to ssh for pushing

pull/10611/head
Sharif Elgamal 2021-02-25 10:41:57 -08:00
parent 0405573848
commit f0484d0bc9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Alternatively, run the following command and commit the changes:
${sed_cmd}
"
git remote add ${ghprbPullAuthorLogin} ${ghprbAuthorRepoGitUrl}
git remote add ${ghprbPullAuthorLogin} git@github.com:${ghprbPullAuthorLogin}/minikube.git
git fetch ${ghprbPullAuthorLogin}
git checkout -b ${ghprbPullAuthorLogin}-${ghprbSourceBranch} ${ghprbPullAuthorLogin}/${ghprbSourceBranch}