Skip to content

Merge pull request #1294 from guardian/rk/fix-oauth-cookie-bug #2285

Merge pull request #1294 from guardian/rk/fix-oauth-cookie-bug

Merge pull request #1294 from guardian/rk/fix-oauth-cookie-bug #2285

Workflow file for this run

name: Chromatic
on:
push:
branches-ignore:
- "dependabot/**"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_APP_CODE }}