https://github.com/noteed/gh-hooks
GitHub Webhooks receiver
https://github.com/noteed/gh-hooks
Last synced: about 2 months ago
JSON representation
GitHub Webhooks receiver
- Host: GitHub
- URL: https://github.com/noteed/gh-hooks
- Owner: noteed
- License: bsd-2-clause
- Created: 2015-08-19T22:34:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T21:13:15.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T06:11:36.353Z (over 1 year ago)
- Language: Haskell
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Webhooks Receiver
This is a simple HTTP endpoint for GitHub webhooks. The payload, when it is a
`push`, is inserted in Humming (`queue_classic`).
To run, two files must be present:
- `/github-shared-secret.txt` is the secret used by GitHub to sign the payload.
- `/database-url.txt` is a PostgreSQL connection string to Humming.