diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Webhook.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controller/Webhook.php b/app/Controller/Webhook.php index 8a81a0c4..c72dc983 100644 --- a/app/Controller/Webhook.php +++ b/app/Controller/Webhook.php @@ -53,6 +53,8 @@ class Webhook extends Base $this->response->text('Not Authorized', 401); } + $this->githubWebhook->setProjectId($this->request->getIntegerParam('project_id')); + $this->githubWebhook->parsePayload( $this->request->getHeader('X-Github-Event'), $this->request->getBody() |