ci: use public Gitea URL in runner smoke test
All checks were successful
Gitea Runner Smoke Test / smoke (push) Successful in 8s

This commit is contained in:
root 2026-05-25 03:38:10 +00:00
parent fceee7d82d
commit 08186a88a6

View File

@ -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