Skip to content

chore(release): 0.0.2-beta.57 #245

chore(release): 0.0.2-beta.57

chore(release): 0.0.2-beta.57 #245

name: Deploy Storybook main
on:
push:
branches:
- main
jobs:
storybook-deployment:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: bahmutov/npm-install@v1
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
buildScriptName: build
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}