Skip to content

docs: add CI/CD documentation and fix tool-versions for Renovate #1956

docs: add CI/CD documentation and fix tool-versions for Renovate

docs: add CI/CD documentation and fix tool-versions for Renovate #1956

Workflow file for this run

name: 'Deploy Chromatic'
on:
pull_request:
branches:
- main
types: [closed]
jobs:
chromatic-deployment:
if: github.event.pull_request.merged == true
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
with:
setup-env: 'false'
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}