Skip to content

Commit

Permalink
Update with correct env
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Feb 27, 2024
1 parent 118b49c commit 13bac4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- name: install
run: yarn install --frozen-lockfile
- name: run chromatic
run: CHROMATIC_GITHUB_UI_TESTS_COMMIT_STATUS_CONTEXT='UI Tests - If failure, ping @ethriel3695' CHROMATIC_INDEX_URL=https://index.staging-chromatic.com npx chromatic --project-token=chpt_8adcafffd1b8cdc --only-changed --exit-zero-on-changed --exit-once-uploaded --auto-accept-changes 'main'
run: npx chromatic --project-token=chpt_8adcafffd1b8cdc --only-changed --exit-zero-on-changed --exit-once-uploaded --auto-accept-changes 'main'
env:
CHROMATIC_PROJECT_TOKEN: chpt_8adcafffd1b8cdc
CHROMATIC_INDEX_URL: https://index.staging-chromatic.com
CHROMATIC_GITHUB_UI_TESTS_COMMIT_STATUS_CONTEXT: 'UI Tests - If failure, ping ethriel3695'
# - name: Run Chromatic
# id: run-chromatic-action
# uses: chromaui/action-next@v1
Expand Down

0 comments on commit 13bac4e

Please sign in to comment.