Revert to simple HTTPS cloning for public repos

- Use Forgejo checkout action with HTTPS (no SSH)
- Update submodule URLs from SSH to HTTPS
- All repos are now public, no authentication needed
This commit is contained in:
forbes
2026-01-27 14:45:42 -06:00
parent 5309e5503f
commit 09a81e9b0e
3 changed files with 13 additions and 62 deletions

4
.gitmodules vendored
View File

@@ -12,7 +12,7 @@
url = https://github.com/FreeCAD/AddonManager.git
[submodule "mods/ztools"]
path = mods/ztools
url = git@gitea.kindred.internal:kindred/ztools-0065.git
url = https://gitea.kindred.internal/kindred/ztools-0065.git
[submodule "mods/silo"]
path = mods/silo
url = git@gitea.kindred.internal:kindred/silo-0062.git
url = https://gitea.kindred.internal/kindred/silo-0062.git