Private
Public Access
1
0
Files
linux_patch_api/.gitea/workflows
Echo f346793a25 fix: use SSH git clone for checkout to bypass Gitea API 404
Gitea archive API returns 404 for private repos. Switched to SSH-based
git clone which uses runner SSH keys for authentication.

- Replace curl+tar archive download with git clone over SSH
- Add ssh-keyscan for host key verification
- Alpine job installs openssh-client and git
- All other runners have git/ssh pre-installed
2026-04-26 21:16:07 +00:00
..