Skip to content

add USA account overview product story so that the new cancel CTA is … #2797

add USA account overview product story so that the new cancel CTA is …

add USA account overview product story so that the new cancel CTA is … #2797

Workflow file for this run

name: Chromatic
on:
push:
branches-ignore:
- "dependabot/**"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_APP_CODE }}