Skip to content

Optimised images with calibre/image-actions #161

Optimised images with calibre/image-actions

Optimised images with calibre/image-actions #161

name: Storybook-Chromatic-CI
on: push
jobs:
storybook-chromatic-build:
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 }}
token: ${{ secrets.GITHUB_TOKEN }}