§ Integration · GitHub-native · every push

GitHub Actions × ToolCenter.

GitHub Actions hits ToolCenter on every push, PR, or schedule. Perfect for visual regression tests, accessibility gates, and deploy-time SEO audits.

§ Why this pairing

Built for the
whole workflow.

Screenshot your preview URL on every PR, diff it against main, and post the result as a PR comment. Run axe-core audits as a required check. Generate a PDF of the release notes and attach it to the release.

01

Store the key

Settings → Secrets → Actions → add TOOLCENTER_KEY.

02

Add a workflow

Create .github/workflows/visual-diff.yml.

03

Use curl or a community action

The simplest path: curl -X POST with the bearer token. Or install the toolcenter-action from the Marketplace.

§ Worked recipe

Visual regression check on every PR

A real pipeline you can copy-paste. Adjust the trigger and endpoint for your stack.

Trigger

pull_request · opened | synchronize

Action

/v1/screenshot of preview-url → /v1/website-diff vs main screenshot

Result

PR comment: "Visual diff: 3 % changed — see hero.png" (or ✅ identical)

§ Heads up

GitHub's default GITHUB_TOKEN can't comment on PRs from forks. Use a personal token with read:pull_request permission, stored as a separate secret.

§ Try it today

Wire GitHub Actions in 10 minutes.

Free tier covers 100 calls — enough to stand up the pipeline before committing. No credit card, no gotchas.