# GitLab webhook integration — simple setup for scripts and cronjobs.
# Use when polling GitLab API and posting results to Sashiko via curl.
# See docs/WEBHOOK_SECURITY.md for full setup guide.
[]
= true
= "gitlab"
# Plain secret token for script-based setups.
# Use the same value in your curl script: -H "X-Gitlab-Token: YOUR_SECRET"
# Verifies sender identity. Combine with HTTPS for transport protection.
= "YOUR_SECRET_HERE"
[]
= "127.0.0.1"
= 8080