From 9d38c04d3253bf566e622c088dd4a86e349489c8 Mon Sep 17 00:00:00 2001 From: gnezim Date: Tue, 28 Apr 2026 19:35:43 +0300 Subject: [PATCH] release-verify: set API_BASE_URL to flights.test.aeroflot.ru/api - The UI needs to connect to the internal TIM API endpoint - gost proxy routes .aeroflot.ru domains through the TIM VPN tunnel --- .gitea/workflows/release-verify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release-verify.yml b/.gitea/workflows/release-verify.yml index 7355af8d..570ea8fe 100644 --- a/.gitea/workflows/release-verify.yml +++ b/.gitea/workflows/release-verify.yml @@ -122,7 +122,8 @@ EOF # Export proxy environment variables echo "HTTP_PROXY=http://127.0.0.1:8888" >> $GITHUB_ENV echo "ALL_PROXY=socks5h://127.0.0.1:1081" >> $GITHUB_ENV - echo "Exported HTTP_PROXY and ALL_PROXY" + echo "API_BASE_URL=https://flights.test.aeroflot.ru/api" >> $GITHUB_ENV + echo "Exported HTTP_PROXY, ALL_PROXY, and API_BASE_URL" - name: Wait for customer URL id: wait_customer