Skip to content

chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 #34

chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1

chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 #34

Workflow file for this run

# .github/workflows/chromatic.yml
# Workflow name
name: "Chromatic"
# Event for the workflow
on:
pull_request:
branches:
- main
- "release/**"
- "feature/**"
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
steps:
# πŸ‘‡ Version 2 of the action
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # πŸ‘ˆ Required to retrieve git history
- name: Install dependencies
# πŸ‘‡ Install dependencies with the same package manager used in the project (replace it as needed) e.g. yarn, npm, pnpm
run: yarn
# πŸ‘‡ Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
# Options required to the GitHub Chromatic Action
with:
# πŸ‘‡ Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}