From c596f7beccf1694c40b3d6d724a7720432f8b673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Tib=C3=BArcio?= Date: Mon, 30 Sep 2024 11:30:57 -0300 Subject: [PATCH] chore: remove chromatic action --- .github/workflows/chromatic.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/chromatic.yml diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml deleted file mode 100644 index 08e7b0ca2..000000000 --- a/.github/workflows/chromatic.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Publish Chromatic - -on: push - -jobs: - chromatic: - name: Publish Storybook to Chromatic - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Install Dependencies - run: npm ci - - - name: Publish to Chromatic - uses: chromaui/action@latest - with: - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}