From c4e6d658e4099bd8152c77a76f486809693205f5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 25 Oct 2014 18:13:13 -0400 Subject: Finish github webhooks integration --- app/Controller/Project.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller/Project.php') diff --git a/app/Controller/Project.php b/app/Controller/Project.php index d749ef53..c5f16496 100644 --- a/app/Controller/Project.php +++ b/app/Controller/Project.php @@ -54,6 +54,7 @@ class Project extends Base $this->response->html($this->projectLayout('project_show', array( 'project' => $project, 'stats' => $this->project->getStats($project['id']), + 'webhook_token' => $this->config->get('webhook_token'), 'title' => $project['name'], ))); } -- cgit v1.2.3