GitHubWebhook

A fork from gh_webhook_plug, with some additional functionality:

Installation

The package can be installed by adding github_webhook to your list of dependencies in mix.exs:

def deps do
  [
    {:github_webhook, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/github_webhook.