X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FGithub%2FCreate%2FWebhook.php;h=76765e89344a0475c7bbb0137794b3fd54244123;hb=930d06a96fa24317f053fecb8569aacaa69a0778;hp=6e583fcd91c88428dd4439f7d6c3b803a20c3259;hpb=728020f863c8562d9c42e926b08ba1c7a390e53d;p=pharext%2Fpharext.org diff --git a/app/Github/Create/Webhook.php b/app/Github/Create/Webhook.php index 6e583fc..76765e8 100644 --- a/app/Github/Create/Webhook.php +++ b/app/Github/Create/Webhook.php @@ -20,8 +20,8 @@ class Webhook extends Create "config" => [ "url" => $this->config->hook->url, "content_type" => $this->config->hook->content_type, + "insecure_ssl" => $this->config->hook->insecure_ssl, "secret" => $this->config->client->secret, // FIXME: bad idea? - "insecure_ssl" => false, ] ])); return $request;