From 41bc721163c935fffbf5817d16055c3ef1c0bcca Mon Sep 17 00:00:00 2001 From: Amark19 Date: Fri, 24 Apr 2026 19:56:19 +0530 Subject: [PATCH] added intg k8s for testing purposes --- setup-env/config/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, };