Skip to content

Merge pull request #143 from yura0302/develop #10

Merge pull request #143 from yura0302/develop

Merge pull request #143 from yura0302/develop #10

Workflow file for this run

name: 'Chromatic Deployment'
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npm install
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}