Skip to content

[bot] ci: update npm packages #2449

[bot] ci: update npm packages

[bot] ci: update npm packages #2449

Workflow file for this run

name: Chromatic
on: [pull_request]
jobs:
chromatic:
if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/provision
- name: Deploy to Chromatic
id: chromatic
uses: chromaui/action@latest
with:
autoAcceptChanges: '{main,dev}'
onlyChanged: true
exitZeroOnChanges: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.LEATHER_BOT }}