Skip to content

Commit e4042a0

Browse files
committed
chore: no longer use chromatic action but our cli command
1 parent 3450bc4 commit e4042a0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,9 @@ jobs:
151151

152152
- name: Publish to Chromatic
153153
if: ${{ !github.event.act }}
154-
uses: chromaui/action@v1
155154
env:
156155
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
157-
with:
158-
# Note: since we use `buildScriptName` we have to specify some of those parameters into the underlying `package.json` script named `chromatic`
159-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
160-
buildScriptName: build
161-
autoAcceptChanges: true
162-
onlyChanged: true
163-
externals: public/**
164-
exitZeroOnChanges: true
156+
run: npm run chromatic
165157

166158
- name: Set up Docker buildx
167159
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)