Skip to content

feat: deploy storybook with chromatic #6

feat: deploy storybook with chromatic

feat: deploy storybook with chromatic #6

Workflow file for this run

name: Chromatic
on: [pull_request, workflow_dispatch]
jobs:
chromatic:

Check failure on line 6 in .github/workflows/chromatic.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/chromatic.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
uses: ./.github/actions/provision
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
autoAcceptChanges: "main"
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}