Skip to content

Merge pull request #10 from propeoplemd/feat/ui-components #5

Merge pull request #10 from propeoplemd/feat/ui-components

Merge pull request #10 from propeoplemd/feat/ui-components #5

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}