Skip to content

deps(misc): bump ember-cli from 5.6.0 to 5.10.0 #526

deps(misc): bump ember-cli from 5.6.0 to 5.10.0

deps(misc): bump ember-cli from 5.6.0 to 5.10.0 #526

Workflow file for this run

name: 'Chromatic'
# Event for the workflow
on: [pull_request]
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v11
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}