Hello all,
I use Gitea 1.23.3 and I have an Action which shall pull a reusable workflow or “composite” action from an public repo hosted on the same Gitea Instance.
But the job fails in the first step because the runner cant clone the public repo. If I try to clone the repo from my pc or a new created vm without any ssh keys or something else installed on it, it works without authentication…
When I loginto the runner container and run the git command I get prompted for username and passsword.
I also tried the fix of the topic down but the issue still persists
Has someone a similar setup which is working? I think that setup is not uncommon.