mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:11:11 +08:00
Setup Chromatic
This commit is contained in:
parent
74d2df3146
commit
64575069cb
16
addons/interactions/.github/workflows/chromatic.yml
vendored
Normal file
16
addons/interactions/.github/workflows/chromatic.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: 'Chromatic'
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
chromatic-deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
- name: Publish to Chromatic
|
||||
uses: chromaui/action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user