Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Update nextjs monorepo to v13.5.6 #226

Update nextjs monorepo to v13.5.6

Update nextjs monorepo to v13.5.6 #226

# Workflow name
name: 'Chromatic apps/portfolio'
# Event for the workflow
on:
pull_request:
types: [opened, synchronize]
branches-ignore:
- 'renovate/**'
- 'dependabot/**'
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_SITES_PORTFOLIO }}
workingDir: apps/portfolio