From cea8df072f779e4ea7ca7d3b5c3f1a5a7f305db1 Mon Sep 17 00:00:00 2001 From: oaoong Date: Mon, 30 Oct 2023 15:06:11 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=9E=AC=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index a9d7853b..b46c320b 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -10,13 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - - name: Install dependencies - run: npm - working-directory: storybook-app - - - name: Publish to Chromatic - uses: chromaui/action@v1 + - run: npm + - uses: chromaui/action@v1 with: - workingDir: storybook-app projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}