Ripple — GitLab Setup

Connect your GitLab project to Ripple in 2 minutes.

Step 1: Create a GitLab Access Token

Go to GitLab → Settings → Access Tokens

Create a token with these settings:

Copy the token (starts with glpat-).

Step 2: Register your project with Ripple

Step 3: Add Webhook to your GitLab project

Go to your project → Settings → Webhooks → Add webhook:

https://ripple-production-be7f.up.railway.app/webhook/gitlab

Click "Add webhook".

Step 4: Push a breaking change — watch the MR appear! 🎉

Edit an API spec file (.proto, .graphql, openapi.yaml, or schema.sql), remove or add a required field, and push to main.

Ripple will detect the break and open a Merge Request with the fix.

← Back to Ripple