From 2d83e5c7e74c70f6ed192e4d8f032c22ab4e82e2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 6 May 2015 12:23:46 -0700 Subject: [PATCH] Change to using the SSH url; git urls cannot be used with private repos on GitHub --- endpoints/trigger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.