Skip to content

Merge pull request #18 from oarepo/corovcam/fe-157-file-management-di… #71

Merge pull request #18 from oarepo/corovcam/fe-157-file-management-di…

Merge pull request #18 from oarepo/corovcam/fe-157-file-management-di… #71

Workflow file for this run

# .github/workflows/chromatic.yml
# Workflow name
name: "Chromatic"
# Event for the workflow
on: push
# List of jobs
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 }}