Skip to content

chore(deps): bump react-hook-form from 7.51.2 to 7.52.0 #262

chore(deps): bump react-hook-form from 7.51.2 to 7.52.0

chore(deps): bump react-hook-form from 7.51.2 to 7.52.0 #262

name: 'Chromatic'
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v1
- name: Setup
uses: ./.github/actions/bun
- uses: chromaui/action@v10
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
buildScriptName: 'build-storybook'