hazim1093 / gitlab-webhook-create

Create GitLab project webhooks using a binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitlab-webhook-create

Usage

docker run \
    -e GITLAB_TOKEN=mytoken \
    -e WEBHOOKS_FILE_PATH="./webhooks.json" \
    -e WEBHOOK_SECRET_TOKEN="123456" \
    hazim/gitlab-webhook-create 

About

Create GitLab project webhooks using a binary

License:MIT License


Languages

Language:Go 90.2%Language:Dockerfile 9.8%