Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hazim1093/gitlab-webhook-create

Create GitLab project webhooks using a binary
https://github.com/hazim1093/gitlab-webhook-create

ci cicd git gitlab webhook

Last synced: about 2 months ago
JSON representation

Create GitLab project webhooks using a binary

Awesome Lists containing this project

README

        

# 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
```