From 6de8f04f0e66a2e14dbd02e883ca03d2d0e82450 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 19 Mar 2025 20:46:39 +0100 Subject: [PATCH] devops: fix for Canary Trace Viewer deployment (#35284) --- utils/build/deploy-trace-viewer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build/deploy-trace-viewer.sh b/utils/build/deploy-trace-viewer.sh index 2351dbb4a0..0cd5343749 100755 --- a/utils/build/deploy-trace-viewer.sh +++ b/utils/build/deploy-trace-viewer.sh @@ -29,7 +29,7 @@ npm run build # 2. Configure Git and clone the Trace Viewer repository git config --global user.name github-actions git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com -git clone "https://${GH_SERVICE_ACCOUNT_TOKEN}@github.com/microsoft/trace.playwright.dev.git" trace.playwright.dev +git clone "https://x-access-token:${GH_SERVICE_ACCOUNT_TOKEN}@github.com/microsoft/trace.playwright.dev.git" trace.playwright.dev # 3. Copy the built Trace Viewer to the repository if [[ "${RELEASE_CHANNEL}" == "--stable" ]]; then