Skip to content

Instantly share code, notes, and snippets.

View faorozco's full-sized avatar

Fabio Andrés Orozco G. faorozco

  • 04:41 (UTC -05:00)
View GitHub Profile
@faorozco
faorozco / github-webhook-handler.php
Created March 24, 2021 19:04 — forked from milo/github-webhook-handler.php
GitHub Webhook Handler
<?php
/**
* GitHub webhook handler template.
*
* @see https://docs.github.com/webhooks/
* @author Miloslav Hůla (https://github.com/milo)
*/
$hookSecret = 's.e.c.r.e.t'; # set NULL to disable check