Skip to content

refactor: chromatic yml edit (#172) #2

refactor: chromatic yml edit (#172)

refactor: chromatic yml edit (#172) #2

Workflow file for this run

name: "Chromatic Deployment"
on: push
jobs:
chromatic-deployment:
# Operating System
name: Chromatic
runs-on: ubuntu-latest
# Job steps
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Create comment PR
uses: thollander/action-comment-pull-request@v1
with:
message: "storybook: ${{steps.chromatic.outputs.storybookUrl }}"