Hi,
Drone’s service is great as I can test multiple architectures here.
But there is one problem that bothers me: anonymous user cannot access CI activity feed for a certain repo.
I’ve set the repo’s 'Project visibility" to be “Public”. But a user still cannot access URL like:
https://cloud.drone.io/<owner>/<repo>
One example is my repo:
https://cloud.drone.io/JunHe77/isa-l/
(will get Unauthorized failure)
But if I add a job number to the end, say 41, the link would be OK for public access:
https://cloud.drone.io/JunHe77/isa-l/41
So could anyone pls help to point what I should do to fix this? Thanks a lot.