diff --git a/.github/workflows/docs-chromatic.yml b/.github/workflows/chromatic-docs.yml similarity index 100% rename from .github/workflows/docs-chromatic.yml rename to .github/workflows/chromatic-docs.yml diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic-react-ui.yml similarity index 92% rename from .github/workflows/chromatic.yml rename to .github/workflows/chromatic-react-ui.yml index d57a67d7a5..83e1f64771 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic-react-ui.yml @@ -1,4 +1,4 @@ -name: Chromatic +name: Chromatic for react ui # All pull requests, and # Workflow dispatch allows you to run this workflow manually from the Actions tab on: @@ -27,7 +27,7 @@ jobs: with: # 👇 Chromatic projectToken, refer to the manage page to obtain it. exitOnceUploaded: true - buildScriptName: "build:storybook" + buildScriptName: 'build:storybook' projectToken: ${{ secrets.REACT_UI_CHROMATIC_TOKEN }} workingDir: /packages/libs/react-ui autoAcceptChanges: 'main'