This API enables forward webhook requests to github repository_dispatch event webhook. . Usage: https://webhook.actionsflow.workers.dev/ Shows help https://webhook.actionsflow.workers.dev///?__token= Forward webhook request The API will forward the original request to `https://api.github.com/repos///dispatches`, with body: { "event_type": "webhook", "client_payload": { "path": "", "method": "", "headers": "", "body": "" } } The API default reponse will use the github api response. You can use search params `__response_code`, `__response_content_type`, `__response_body` to specify. You can also use headers `X-Github-Authorization` instead of search params `__token` The API also supports the cors request. Source code: https://github.com/actionsflow/webhook2github