Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 (#805) #122

Bump word-wrap from 1.2.3 to 1.2.4 (#805)

Bump word-wrap from 1.2.3 to 1.2.4 (#805) #122

Workflow file for this run

name: Chromatic
on:
push:
pull_request:
branches: [$default_branch]
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # 👈 Required to retrieve git history w/actions v2
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}