Skip to content

Create chromatic.yml #1

Create chromatic.yml

Create chromatic.yml #1

Workflow file for this run

# Workflow name
name: 'Chromatic Deployment'
# Event for the workflow
on: push
# List of jobs
jobs:
test:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- run: yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
with:
#👇 Chromatic projectToken, see https://storybook.js.org/tutorials/intro-to-storybook/react/ja/deploy/ to obtain it
projectToken: ${{ secrets.CHROMATIC_PROJECT_TO

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

View workflow run for this annotation

GitHub Actions / Chromatic Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/chromatic.yml (Line: 21, Col: 25): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.