build: add gitea api url fallback
Build / build (push) Successful in 3m10s

This commit is contained in:
dmg
2026-01-22 22:42:07 -05:00
parent 902ef5806c
commit f4682689d6
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -73,6 +73,7 @@ The Gitea workflow expects these secrets/variables:
- `GITEA_TOKEN`: built-in Actions token with repo write access for tags/releases.
- `GITEA_API_URL`: API base URL, for example `https://git.garvis.dev/api/v1`.
- Optional fallback: `GITEA_SERVER_URL` or the runner `GITHUB_SERVER_URL` are used if the API URL is not set.
## Metrics