diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 49de7850..e9cc5aff 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -115,5 +115,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} storybookBaseDir: 'apps/vue-storybook' storybookBuildDir: 'storybook_compiled' - exitZeroOnChanges: true, + autoAcceptChanges: 'main' + exitZeroOnChanges: true exitOnceUploaded: true diff --git a/apps/vue-storybook/chromatic.config.json b/apps/vue-storybook/chromatic.config.json index 94f61623..1894c367 100644 --- a/apps/vue-storybook/chromatic.config.json +++ b/apps/vue-storybook/chromatic.config.json @@ -1,8 +1,10 @@ { "buildScriptName": "build", "projectId": "Project:668c47cbeb95392cd79c3c0d", - "exitZeroOnChanges": true, "storybookBaseDir": "apps/vue-storybook", "storybookBuildDir": "storybook_compiled", - "zip": true + "skip": "dependabot/**", + "autoAcceptChanges": "main", + "exitOnceUploaded": true, + "exitZeroOnChanges": true }