diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 2405e8b9f..3f5686e5b 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -57,7 +57,7 @@ jobs: path: packages/wallet/frontend port: 4003 cookie_name: testnet.cookie - backend_url: https://api-wallet.interledger-test.dev + backend_url: https://api.wallet.interledger-test.dev open_payments_url: https://ilp.interledger-test.dev/ auth_host: https://auth.interledger-test.dev gatehub_env: sandbox @@ -75,13 +75,13 @@ jobs: - name: test-boutique-frontend identifier: 'boutique:frontend' path: packages/boutique/frontend - api_base_url: 'https://api-boutique.interledger-test.dev' + api_base_url: 'https://api.boutique.interledger-test.dev' currency: 'USD' theme: dark - name: test-boutique-frontend-jopacc identifier: 'boutique:frontend' path: packages/boutique/frontend - api_base_url: 'https://api-boutique.jopacc.openpayments.directory' + api_base_url: 'https://api.boutique.jopacc.openpayments.directory' currency: 'JOD' theme: light - name: test-boutique-backend