From 9487eed846a84cbf007a73e443748ac95b09172e Mon Sep 17 00:00:00 2001 From: bilalabbad Date: Fri, 2 Aug 2024 14:03:52 +0200 Subject: [PATCH] test with instead of env --- .github/workflows/chromatic.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 94c0941d7c..d1a707d098 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -27,7 +27,6 @@ jobs: run: npm install - name: Run Chromatic uses: chromaui/action@latest - env: - CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} with: + projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} workingDir: ./frontend/packages/ui