Skip to content

Commit

Permalink
feat: chroma url
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Jan 9, 2025
1 parent eec54cf commit 4701fea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/chroma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ jobs:
with:
workingDir: packages/celeste-vue
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

- name: Report chroma url
if: github.event_name == 'pull_request'
uses: peter-evans/comment-pr@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
body: |
Chromatic preview: ${{ steps.chromatic.outputs.url }}

0 comments on commit 4701fea

Please sign in to comment.