Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hazim1093/gitlab-webhook-create
- Owner: hazim1093
- License: mit
- Created: 2021-07-04T14:46:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T16:03:24.000Z (over 3 years ago)
- Last Synced: 2024-06-21T18:10:24.380Z (7 months ago)
- Topics: ci, cicd, git, gitlab, webhook
- Language: Go
- Homepage:
- Size: 6.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```