Skip to content

Bump webpack from 5.76.0 to 5.104.1 in /example #194

Bump webpack from 5.76.0 to 5.104.1 in /example

Bump webpack from 5.76.0 to 5.104.1 in /example #194

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 }}