We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acb904 commit fdf204dCopy full SHA for fdf204d
2 files changed
.github/workflows/chromatic.yml
@@ -17,7 +17,6 @@ jobs:
17
chromatic:
18
name: 📚 Chromatic
19
runs-on: ubuntu-24.04-arm
20
- if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
21
22
steps:
23
- name: ☑️ Checkout
@@ -40,8 +39,6 @@ jobs:
40
39
41
- name: 🧪 Run Chromatic Visual Tests
42
uses: chromaui/action@a8ce9c58f59be5cc7090cadfc8f130fb08fcf0c3 # v15.1.0
43
- with:
44
- projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
45
env:
46
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
47
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
chromatic.config.json
@@ -1,4 +1,5 @@
1
{
2
+ "projectToken": "chpt_e46907a72045a1b",
3
"onlyChanged": true,
4
"autoAcceptChanges": "main",
5
"exitZeroOnChanges": false,
0 commit comments