Skip to content

Commit

Permalink
Merge pull request #373 from chromaui/vt-addon-tweaks
Browse files Browse the repository at this point in the history
remove projectToken from example
  • Loading branch information
winkerVSbecks authored Feb 16, 2024
2 parents 95a3616 + 0b78e43 commit 5a41551
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/plugins/visual-tests-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ The shortlist of options that are addon-specific are below. View the full list o
| Option | Description |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `projectId` | Automatically configured. Sets the value for the project identifier <br/> `"projectId": "Project:64cbcde96f99841e8b007d75"` |
| `projectToken` | Automatically configured. Sets the value for the project token <br/> `"projectToken": "chpt_b2ae83517a0a706"` |
| `buildScriptName` | Defines the custom Storybook build script <br/> `"buildScriptName": "deploy-storybook"` |
| `debug` | Output verbose debugging information to the console <br/> `"debug": true` |
| `zip` | Recommended for large projects. Configures the addon to deploy your Storybook to Chromatic as a zip file <br/> `"zip": true` |
Expand All @@ -76,7 +75,6 @@ The shortlist of options that are addon-specific are below. View the full list o
// ./chromatic.config.json
{
"projectId": "Project:64cbcde96f99841e8b007d75",
"projectToken": "chpt_fa88b088041ccde",
"buildScriptName": "deploy-storybook",
"debug": true,
"zip": true
Expand Down

1 comment on commit 5a41551

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.