Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Merge pull request #542 from direktiv/juliazielke/dir-1039-file-picke… #622

Merge pull request #542 from direktiv/juliazielke/dir-1039-file-picke…

Merge pull request #542 from direktiv/juliazielke/dir-1039-file-picke… #622

Workflow file for this run

name: "Publish Storybook to Chromatic"
on:
push:
branches: ["main"]
jobs:
build:
name: Build and test design system
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # chromatic needs all commits
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: storybook:build