module BitteCI::Trigger

Defined in:

bitte_ci/trigger.cr

Class Method Summary

Class Method Detail

def self.handle(config, env) #

Handles the incoming requests from GitHub and invokes the runner for things we care about.


[View source]
def self.verify_hmac(secret, headers, body_io : IO) #

We verify that the hook body is actually coming from us.


[View source]