Skip to content

Add onClick handler for story statuses to open VTA panel #1412

Add onClick handler for story statuses to open VTA panel

Add onClick handler for story statuses to open VTA panel #1412

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install --immutable
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
externals: |
- 'public/**'
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}