Skip to content

Merge pull request #1162 from cultuurnet/feature/III-6977-notificatio… #4141

Merge pull request #1162 from cultuurnet/feature/III-6977-notificatio…

Merge pull request #1162 from cultuurnet/feature/III-6977-notificatio… #4141

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
if: github.actor != 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
buildScriptName: 'storybook:build'