Skip to content

re-introduce feature switch as an insurance policy and to make adding… #2758

re-introduce feature switch as an insurance policy and to make adding…

re-introduce feature switch as an insurance policy and to make adding… #2758

Workflow file for this run

name: Chromatic
on:
push:
branches-ignore:
- "dependabot/**"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_APP_CODE }}