Skip to content

Merge pull request #677 from Orfium/feat/NDS-536_link_component_imple… #508

Merge pull request #677 from Orfium/feat/NDS-536_link_component_imple…

Merge pull request #677 from Orfium/feat/NDS-536_link_component_imple… #508

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
env:
STORYBOOK_ENV: true