Skip to content

attempt fix chromatic env vars #7

attempt fix chromatic env vars

attempt fix chromatic env vars #7

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- id: build
run: npm run build -- --cache-dir=".turbo"
with:

Check failure on line 17 in .github/workflows/chromatic.yaml

View workflow run for this annotation

GitHub Actions / Chromatic

Invalid workflow file

The workflow is not valid. .github/workflows/chromatic.yaml (Line: 17, Col: 9): Unexpected value 'with'
INFURA_PROJECT_SECRET: ${{ secrets.INFURA_PROJECT_SECRET }}
REACT_APP_MAGIC_API_KEY: ${{ secrets.REACT_APP_MAGIC_API_KEY }}
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/react-kit