fix: Gitea URL — use gitea:3000 (Docker internal) not localhost:3300
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 4s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 13:06:25 -05:00
parent 032785bdd8
commit 8618c01d21

View File

@@ -8,7 +8,7 @@ import re
import urllib.request import urllib.request
import urllib.error import urllib.error
GITEA_URL = "http://localhost:3300" GITEA_URL = "http://gitea:3000"
GITEA_TOKEN = "7abae0245e49e130e1b6752b7fa381a57607d8c7" GITEA_TOKEN = "7abae0245e49e130e1b6752b7fa381a57607d8c7"
REPO = "yusiboyz/platform" REPO = "yusiboyz/platform"