Trigger GitHub Actions with enriched deployment data from Vercel
Vercel now supports triggering GitHub Actions workflows via repository_dispatch events, sending enriched JSON deployment payloads to replace the more limited deployment_status events.
You can now trigger GitHub Actions workflows in response to Vercel deployment events with enriched data using . These events are sent from Vercel to GitHub, enabling more flexible, cost-efficient CI workflows, and easier . eventsrepository_dispatchend-to-end testing for Vercel deployments Previously, we recommended using , but these payloads were limited and required extra parsing or investigation to understand what changed.
eventsdeployment_status With , Vercel sends custom JSON payloads with full deployment context—allowing you to reduce Github Actions overhead and streamline your CI pipelines.repository_dispatch We recommend for a better experience. events will continue to work for backwards compatibility.migrating to repository_dispatchdeployment_status Read more