diff --git a/setup-env/config/constants.js b/setup-env/config/constants.js index 372fda75..53f16b87 100644 --- a/setup-env/config/constants.js +++ b/setup-env/config/constants.js @@ -16,6 +16,6 @@ module.exports = { }, BROWSERSTACK_INTEGRATIONS: { - DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + DETAILS_API_URL: 'https://integrations-k8s.bsstag.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', }, };