1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00

Disable chromatic (#962)

This commit is contained in:
Paweł Kuna
2021-12-13 21:04:41 +01:00
committed by GitHub
parent 5a9ae94e58
commit f6bf459fbd
5 changed files with 0 additions and 44 deletions
-25
View File
@@ -1,25 +0,0 @@
# .github/workflows/chromatic.yml
# Workflow name
name: 'Chromatic'
# Event for the workflow
on: pull_request
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm i
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}