package
0.0.0-20241118130547-2f9b7831b5af
Repository: https://github.com/ibug/uniapi.git
Documentation: pkg.go.dev
# README
GitHub plugin
This plugin provides interactions with GitHub.
Currently only one Service github.webhook.pull
is provided. Configuration is as follows:
path: /path/to/local/repository
branch: gh-pages
secret: # if provided, will try to verify the HMAC signature of the webhook
It listens for incoming GitHub webhooks in JSON, and runs git fetch <branch> && git reset --hard FETCH_HEAD
in the specified path.