Official GitHub Actions for Blueprints

Published: February 2, 2026

v2026-01-30

We're excited to announce official GitHub Actions for Sanity Blueprints, making it easier than ever to automate your Blueprint deployments and review changes in your CI/CD pipeline. As part of this update, we’ve also removed the personal auth token limitation. You can now officially deploy your blueprint stacks with robot tokens.

New actions

Deploy Action

Automatically deploy your Sanity Blueprints to your project or organization directly from GitHub Actions. Perfect for continuous deployment workflows that trigger on merges to main or specific branches.

Plan Action

Preview Blueprint changes before they're deployed. This action analyzes your changes and automatically posts (or updates) a comment on your pull requests showing exactly what resources will be created, updated, or deleted.

The plan action comment gives you a preview of what to expect when prior to deployment.

Loading...

Get started

Check out the new guide to set up the actions and start building your workflows.
For questions and support, visit the Sanity community or open an issue in the repository.

Loading...