Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ae58973

Browse files
committed
ci: fix chromatic script
1 parent fdc235a commit ae58973

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
with:
7575
node-version: 12.x
7676
- run: npx yarn bootstrap
77-
- uses: chromaui/action@v1
78-
with:
79-
token: ${{ secrets.GITHUB_TOKEN }}
80-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
81-
working-directory: example
77+
- working-directory: example
78+
uses: chromaui/action@v1
79+
with:
80+
token: ${{ secrets.GITHUB_TOKEN }}
81+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)