shy-football-10348
12/04/2020, 4:58 PMgithub_repo_webhook = github.RepositoryWebhook(
"github-repo-webhook",
active=True,
events=["push"],
repository='https://<snip>/security/jupyterhub.git',
configuration={
"url": codebuild_webhook.payload_url,
"secret": codebuild_webhook.secret,
"contentType": "json",
"insecureSsl": False,
})