= "0.0.0.0:8000" # optional
[[]]
= "REDACTED"
# For GitLab, it is matched against "object_kind"
# For GitHub, it is matched against X-GitHub-Event header
= "push" # optional, do not filter if empty
= "echo $PWD"
= "REDACTED"
= "/" # optional, match the url path when set
= "stdout.log" # optional, append stdout to file
= "stderr.log" # optional, append stderr to file
= "REDACTED" # optional, match X-Gitlab-Token header when set
= "REDACTED" # optional, verify X-Hub-Signature when set
= false # optional, save webhook body to temporary file and pass the path to program via env WEBHOOKD_BODY, default to false
# A complete example
[[]]
= "github_ping"
= "ping"
= "echo test"
= "/"
= "stdout.log"
= "secret"
= true