Sign inSign up

sheepgreen/gh-webhook

By sheepgreen

Updated over 1 year ago

When sending a message with keywords to a webhook address, the GitHub action workflow is triggered.

Image
Monitoring & observability
0

3.5K

sheepgreen/gh-webhook repository overview

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

Tag summary

Content type

Image

Digest

sha256:0022a5937

Size

61.5 MB

Last updated

over 1 year ago

docker pull sheepgreen/gh-webhook