Skip to main content
All CollectionsConnect a Codebase
Enable Automatic Codebase Updates on GitLab
Enable Automatic Codebase Updates on GitLab

Set up GitLab for automatic codebase updates in Driver.

Updated over 3 weeks ago

To enable automatic codebase updates in Driver, you'll need to use your access token and create a webhook.

  1. In Driver, navigate to Settings>Integrations. Select the + Automatic Updates button corresponding to the GitLab group you want to configure.
    ​

  2. You'll see similar webhook information unique to your workspace. You'll need this information to finish configuring your webhook in GitLab.

3. Return to your Group Settings in Gitlab and navigate to the Webhooks section.

  • In the webhook settings URL field, paste the callback_url value from your webhook information.

  • Add a custom header. Using your webhook information, paste the custom_header name in to the Header name field. Paste the value into the Value field.

  • Copy the secret_token value from your webhook information into the Secret token field.

  • Under the Triggers section, select "Push events" and "Project or group access token events."

  • Confirm that SSL verification is enabled and click the Add Webhook button to finish.

Did this answer your question?