Skip to content

作品に関するページの作成 #236

作品に関するページの作成

作品に関するページの作成 #236

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'