Skip to content

Merge pull request #966 from ganta/renovate/storybook-monorepo #312

Merge pull request #966 from ganta/renovate/storybook-monorepo

Merge pull request #966 from ganta/renovate/storybook-monorepo #312

Workflow file for this run

name: Chromatic
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Run Chromatic
uses: chromaui/action@8a12962215a66cd05b1ac5b0f1c08768d1aab155 # v11.25.0
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}