Skip to content

🎉 Avatar 공통 컴포넌트 구현 #13

🎉 Avatar 공통 컴포넌트 구현

🎉 Avatar 공통 컴포넌트 구현 #13

Workflow file for this run

name: 'Chromatic Deployment'
on:
# 원하는 브랜치 명으로 바꿔주시면 됩니다.
push:
branches: ['develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}