Skip to content

Commit

Permalink
chore(ci): rename chromatic docs + react-ui workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Aug 24, 2023
1 parent 3ec3543 commit 5c1f2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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'

0 comments on commit 5c1f2ad

Please sign in to comment.