Skip to content

Commit

Permalink
refactor: chromatic yml deploy-4
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Jul 15, 2024
1 parent dbb8c99 commit 29783a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ jobs:
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_SDS }}
workingDir: packages/core/sds
onlyChanged: true
externals: packages/core/sds/assets/**

- name: Publish Project apps/web to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_WEB }}
workingDir: apps/web
onlyChanged: true
externals: packages/web-domains/assets/**

0 comments on commit 29783a4

Please sign in to comment.