command
module
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2020
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
loghook
what is this?
A webhook recipient for GitHub. Just emits events to standard output.
A chunk of this - noted in the source, with thanks! - is directly lifted from
@phayes's hookserve
:
https://github.com/phayes/hookserve/blob/master/hookserve/hookserve.go
how?
- generate a shared secret somehow and stash it in the environment variable
LOGHOOK_GITHUB_WEBHOOK_SECRET
export LOGHOOK_GITHUB_WEBHOOK_SECRET=$(openssl rand -hex 64)
- start
loghook
./loghook
more?
./loghook -help
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.