To enable automatic codebase updates in Driver, you'll need to use your access token and create a webhook.
In Driver, navigate to Settings>Integrations. Select the
+ Automatic Updates
button corresponding to the GitLab group you want to configure.
β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.