Skip to content

deps(misc): bump ember-cli-deprecation-workflow from 2.2.0 to 3.0.2 #533

deps(misc): bump ember-cli-deprecation-workflow from 2.2.0 to 3.0.2

deps(misc): bump ember-cli-deprecation-workflow from 2.2.0 to 3.0.2 #533

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 }}