Skip to content

Commit

Permalink
🐛 스토리북 배포 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
oaoong committed Oct 30, 2023
1 parent 23f4f2e commit 0e58403
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: 'Chromatic Deployment'
name: 'Chromatic'

on:
# 원하는 브랜치 명으로 바꿔주시면 됩니다.
push:
branches: ['develop']
push:
branches: ['develop']

jobs:
test:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- uses: chromaui/action@v1
- name: Install dependencies

run: pnpm
- name: Publish to Chromatic
uses: chromaui/action@v1

with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e58403

Please sign in to comment.