diff --git a/endpoints/trigger.py b/endpoints/trigger.py index 6a87080eb..4fed791f6 100644 --- a/endpoints/trigger.py +++ b/endpoints/trigger.py @@ -811,7 +811,7 @@ class GithubBuildTrigger(BuildTriggerHandler): 'commit_sha': commit_sha, 'ref': ref, 'default_branch': repo.default_branch, - 'git_url': repo.git_url, + 'git_url': repo.ssh_url, } # add the commit info.