Skip to content

Update chromatic.yml #134

Update chromatic.yml

Update chromatic.yml #134

Workflow file for this run

name: chromatic
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install openssl 1.1
run: |
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
- name: Publish Storybook to Chromatic
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: chromatic
args: |
publish
working-directory: webui/rockbox
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}