Skip to content

Merge pull request #833 from Orfium/fix/deployments-in-v4 #950

Merge pull request #833 from Orfium/fix/deployments-in-v4

Merge pull request #833 from Orfium/fix/deployments-in-v4 #950

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
env:
STORYBOOK_ENV: true