Skip to content

Commit

Permalink
fix: storybook 배포 시 pr 내 메시지가 전달되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suhwan2004 committed Oct 12, 2024
1 parent 7f15fb7 commit 45b8c9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/storybook-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
run: pnpm install

- name: deploy storybook on chromatic
id: chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

- name: Publish Storybook Link in the comments
uses: dannyhw/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
review-url: ${{ steps.chromatic.outputs.url }}
build-url: ${{ steps.chromatic.outputs.buildUrl }}
storybook-url: ${{ steps.chromatic.outputs.storybookUrl }}

0 comments on commit 45b8c9f

Please sign in to comment.