From 45b8c9f67ed0fae6f95c046afc2b4de9b2a34506 Mon Sep 17 00:00:00 2001 From: suhwan2004 Date: Sat, 12 Oct 2024 23:15:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20storybook=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=8B=9C=20pr=20=EB=82=B4=20=EB=A9=94=EC=8B=9C=EC=A7=80?= =?UTF-8?q?=EA=B0=80=20=EC=A0=84=EB=8B=AC=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook-deployment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/storybook-deployment.yml b/.github/workflows/storybook-deployment.yml index a55399a..ee44b45 100644 --- a/.github/workflows/storybook-deployment.yml +++ b/.github/workflows/storybook-deployment.yml @@ -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/storybook-chromatic-link-comment@v0.11 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + review-url: ${{ steps.chromatic.outputs.url }} + build-url: ${{ steps.chromatic.outputs.buildUrl }} + storybook-url: ${{ steps.chromatic.outputs.storybookUrl }}