Hello,
I used CircleCI in my previous job and I really loved the experience so I decided to give it a try in own company as well now. However, the problem is that I want to build public GitHub repositories upon new releases (therefore I want to use hooks) - and it’s not my repository so I can’t grant CircleCI permissions to it.
So, in other words, there’s a public repository like this one which I need to build on every release with custom compiler arguments and this repository doesn’t belong to an organization I own.
Is it something like this doable with CircleCI? I played around the UI to find an option for setting up such a project but with no luck. Thanks a lot for any hints!