Skip to content

🚧 루트에서 실행하도록 변경 #2

🚧 루트에서 실행하도록 변경

🚧 루트에서 실행하도록 변경 #2

Workflow file for this run

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