bleenco / abstruse

Abstruse is a free and open-source CI/CD platform that tests your models and code.

Home Page:https://ci.abstruse.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Organization

gastrodon opened this issue · comments

commented

Looking at the server brought up by the instructions in the README, I'm not seeing how to add a github organization that I own. Is this possible?

If you are using version from master branch, you need to add scm provider.
Go to providers and add GitHub provider with your github access token, you can generate it on github on settings -> developer settings -> personal access tokens. After you add SCM provider click on sync to synchronize repositories. Then you can trigger a build under repository settings.

commented

I'm aware that I can add an scm provider. Adding a provider pointing towards github's api with a token bound to my account just seems to show repositories on my account, but no organizations

commented