Skip to content

Merge pull request #2729 from laststance/dependabot/npm_and_yarn/msw-… #4642

Merge pull request #2729 from laststance/dependabot/npm_and_yarn/msw-…

Merge pull request #2729 from laststance/dependabot/npm_and_yarn/msw-… #4642

Workflow file for this run

# Workflow name
name: 'Chromatic'
on:
push:
branches:
- main
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/prepare
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action-next@v1
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}