Change to using the SSH url; git urls cannot be used with private repos on GitHub
This commit is contained in:
parent
df596edaac
commit
2d83e5c7e7
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ class GithubBuildTrigger(BuildTriggerHandler):
|
||||||
'commit_sha': commit_sha,
|
'commit_sha': commit_sha,
|
||||||
'ref': ref,
|
'ref': ref,
|
||||||
'default_branch': repo.default_branch,
|
'default_branch': repo.default_branch,
|
||||||
'git_url': repo.git_url,
|
'git_url': repo.ssh_url,
|
||||||
}
|
}
|
||||||
|
|
||||||
# add the commit info.
|
# add the commit info.
|
||||||
|
|
Reference in a new issue