Skip to content

attempt fix chromatic env vars #8

attempt fix chromatic env vars

attempt fix chromatic env vars #8

Workflow file for this run

name: "Chromatic"
on: push
env:
INFURA_PROJECT_SECRET: ${{ secrets.INFURA_PROJECT_SECRET }}
REACT_APP_MAGIC_API_KEY: ${{ secrets.REACT_APP_MAGIC_API_KEY }}
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"
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/react-kit