From 4abddae2c84c69f94cf682f04427702160bfb39a Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Fri, 20 Oct 2023 16:17:54 +0200 Subject: [PATCH] Fix Chromatic config --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50d6a07b1..8cc626e8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: - uses: chromaui/action@v1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + workingDir: packages/bento-design-system + autoAcceptChanges: main cloudflare-pages: runs-on: ubuntu-latest