Skip to content

Commit

Permalink
update yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Feb 27, 2024
1 parent 4ba48d8 commit abaeda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: install
run: yarn install --frozen-lockfile
- name: run chromatic
run: npx chromatic --project-token=chpt_8adcafffd1b8cdc --only-changed --exit-zero-on-changed --exit-once-uploaded --auto-accept-changes 'main'
run: npx chromatic --only-changed --exit-zero-on-changed --exit-once-uploaded --auto-accept-changes 'main'
env:
CHROMATIC_PROJECT_TOKEN: chpt_8adcafffd1b8cdc
CHROMATIC_PROJECT_TOKEN: chpt_32238008c2048e6
# CHROMATIC_INDEX_URL: https://index.staging-chromatic.com
CHROMATIC_GITHUB_UI_TESTS_COMMIT_STATUS_CONTEXT: 'UI Tests - If failure, ping ethriel3695'
# - name: Run Chromatic
Expand Down

0 comments on commit abaeda5

Please sign in to comment.