Skip to content

adding back old auth code flow #593

adding back old auth code flow

adding back old auth code flow #593

Workflow file for this run

name: "Chromatic Deployment"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
onlyChanged: true
exitZeroOnChanges: true
skip: "@(renovate/**|dependabot/**)"