Skip to content

Commit

Permalink
ci: Publish to Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 20, 2023
1 parent 1e32e21 commit 6b66cbf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Chromatic

on:
push:
branches:
- '**'

jobs:
commit:
name: Publish to Chromatic
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit 6b66cbf

Please sign in to comment.