Required Auth on public repo

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 :frowning:

Has someone a similar setup which is working? I think that setup is not uncommon.

Hello all,

I moved the repo from my Organisation to my user and now it is working.

The Organisation is limited and the repo was public. Does the runner have no access to public repos in the same Organisation if the org is limited?

How can I reach that my repo with workflows can be hosted within my org and accessed by org / runner without authentication?