From 08186a88a6ae57a9f12918c3d70811b38c526d17 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 May 2026 03:38:10 +0000 Subject: [PATCH] ci: use public Gitea URL in runner smoke test --- .gitea/workflows/runner-smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/runner-smoke.yml b/.gitea/workflows/runner-smoke.yml index 00b5d63c..001ee37a 100644 --- a/.gitea/workflows/runner-smoke.yml +++ b/.gitea/workflows/runner-smoke.yml @@ -21,8 +21,8 @@ jobs: - name: Check Gitea reachability from container run: | echo "Gitea health from runner container:" - curl -s -o /dev/null -w " via host.docker.internal:3300 -> %{http_code}\n" http://host.docker.internal:3300/ - curl -s http://host.docker.internal:3300/api/v1/version | head -c 200; echo + curl -s -o /dev/null -w " via https://gitea.bytelyst.com -> %{http_code}\n" https://gitea.bytelyst.com/ + curl -s https://gitea.bytelyst.com/api/v1/version | head -c 200; echo - name: Confirm token is not mounted in smoke workflow run: | test ! -e /run/secrets/gitea_npm_token