diff --git a/routes/webhooks.php b/routes/webhooks.php index fc5d0d592..809cffe86 100644 --- a/routes/webhooks.php +++ b/routes/webhooks.php @@ -74,7 +74,7 @@ Route::post('/source/github/events', function () { // Just pong return response('pong'); } - if ($x_github_event === 'installation') { + if ($x_github_event === 'installation' || $x_github_event === 'installation_repositories') { // Installation handled by setup redirect url. Repositories queried on-demand. return response('cool'); }