Webhook

This part presents the link between the versionning provider and free-commit.

Bind versionning provider

Free-Commit allow webhook from versionning, provider.

For this, we provide an url and signature key.

  • Got to project

  • Find the web hook section

Webhook section
  • Got to your provider

  • Add URL provided by free commit (Webhook URL)

  • Add secret key (Webhook Secret Key)

  • Configure your versioning provider to use the application/json content type

⚠️ Safety consideration

  1. You can't delete secret, everyone could be trigger a build otherwise.

  2. For more security, renew your secret frenquently

Last updated