From d7139ddda961bca627577ecf27192e275e740f22 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:59:22 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=92=9A=20chromatic=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 65333ce..347d394 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -18,11 +18,11 @@ jobs: cache: "npm" - name: Install dependencies - - run: npm ci + run: npm ci #👇 Adds Chromatic as a step in the workflow - name: Publish to Chromatic - - uses: chromaui/action@v1 + uses: chromaui/action@v1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}