Skip to content

Commit

Permalink
ci: use live sanchonet url for preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Sep 11, 2024
1 parent 08e0962 commit 7f0f577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
BUILD_DEV_PREVIEW: 'true'
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
LACE_EXTENSION_KEY: ${{ secrets.DEV_PREVIEW_MANIFEST_PUBLIC_KEY }}
CARDANO_SERVICES_URL_SANCHONET: 'https://live-sanchonet.lw.iog.io'
PRODUCTION_MODE_TRACKING: 'false'
- name: Check for linter issues
run: yarn lint
Expand Down

0 comments on commit 7f0f577

Please sign in to comment.