Skip to content

Commit

Permalink
Tweaks to chromatic config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 10, 2024
1 parent b3cfb1d commit 62f1a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
- uses: chromaui/action@latest
# Options required for Chromatic's GitHub Action
with:
#👇 Chromatic projectToken,
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
workingDir: 'apps/vue-storybook/storybook_compiled'
onlyChanged: true
buildScriptName: 'build'
zip: true
exitOnceUploaded: true
4 changes: 2 additions & 2 deletions apps/vue-storybook/chromatic.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"onlyChanged": true,
"projectId": "Project:668c47cbeb95392cd79c3c0d",
"storybookBaseDir": "apps/vue-storybook",
"workingDir": "apps/vue-storybook",
"buildScriptName": "build",
"zip": true
}

0 comments on commit 62f1a6d

Please sign in to comment.