Webhook receiver (paid runtime)
X-Gitlab-Token as a plain shared secret in the request header. The receiver validates the token against the per-tenant secret.
Setup
- In your GitLab project or group, go to Settings > Webhooks > Add webhook.
- Set URL to
https://runtime.myceliumai.co/webhooks/gitlab/{your_tenant_id}. - Enter a secret token.
- Select triggers: Push events, Merge request events, Issue events, Pipeline events, Releases.
- Add the token to the runtime:
GITLAB_WEBHOOK_TOKEN_{TENANT_ID}in your env.