From 6fb853b1b92841f6a670d38ffca46230d71a08ae Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Wed, 8 Oct 2025 16:22:51 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20chromatic=20error=20"=E2=9C=96=20Fail?= =?UTF-8?q?ed=20to=20retrieve=20git=20information"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aafa47b8..4d8a96f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Enable corepack run: corepack enable From b722126680bcfcb1a608b10a6d4c9c01bfaebc4d Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Wed, 8 Oct 2025 16:25:05 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20chromatic=20error=20"=E2=9C=96=20Miss?= =?UTF-8?q?ing=20project=20token"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d8a96f3..64e277c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,7 @@ jobs: ref: ${{ env.CHROMATIC_BRANCH }} - name: Storybook deploy + if: ${{ env.CHROMATIC_PROJECT_TOKEN }} uses: chromaui/action@v13 with: autoAcceptChanges: main