When sending a message with keywords to a webhook address, the GitHub action workflow is triggered.
3.5K
For my own purpose.
webhook address: http://<your-server-ip>:5000/webhook
services:
ghook:
image: sheepgreen/gh-webhook
container_name: ghook
ports:
- 5000:5000
environment:
KEYWORDS: keywords seperated by comma
GITHUB_REPO: <username>/<repo>
GITHUB_TOKEN: ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
WORKFLOW_FILE: xxx.yml
restart: always
Content type
Image
Digest
sha256:0022a5937…
Size
61.5 MB
Last updated
over 1 year ago
docker pull sheepgreen/gh-webhook