Skip to content

Ion themes

Ion themes #3456

Workflow file for this run

name: 'Chromatic'
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.22.1]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}