Skip to content

Commit

Permalink
chore: update env var
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Nov 7, 2024
1 parent 51a463e commit 2357fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const preview: Preview = {
loaders: [mswLoader],
parameters: {
codesandbox: {
apiToken: process.env.CODE_SANDBOX_API_TOKEN,
apiToken: process.env.STORYBOOK_CODE_SANDBOX_API_TOKEN,
template: "react",
privacy: "public",
},
Expand Down

0 comments on commit 2357fca

Please sign in to comment.