Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku

github-deploy-proxy

This package acts as a simple proxy for github dispatch_event

The problem it's trying to solve is the fact that most CMS Webhooks don't offer the option of sending an encoded body as a Webhook. This solution is a proxy for webhooks. For instance, the CMS would send a request to this tool with:

GITHUB_TOKEN= ...
GITHUB_USER=sabinmarcu
GITHUB_REPO=github-deploy-proxy

[EVENT_TYPE]=my_custom_deploy_event

The first three parameters are required (as the GH API requires them, as well), while EVENT_TYPE is optional, and defaults to deploy;

What will happen next is that the proxy will re-engineer the request to be sent to Github API with the proper structure.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages