module BitteCI::Trigger
Defined in:
bitte_ci/trigger.crClass Method Summary
-
.handle(config, env)
Handles the incoming requests from GitHub and invokes the runner for things we care about.
-
.verify_hmac(secret, headers, body_io : IO)
We verify that the hook body is actually coming from us.
Class Method Detail
def self.handle(config, env)
#
Handles the incoming requests from GitHub and invokes the runner for things we care about.
def self.verify_hmac(secret, headers, body_io : IO)
#
We verify that the hook body is actually coming from us.