Github Organization
gastrodon opened this issue · 3 comments
gastrodon 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?
jkuri commented
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.
gastrodon 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
gastrodon commented
I've solved this issue myself, I was just neglecting to add org:read
permissions to the github access token
…On Sun, Dec 6, 2020 at 3:42 AM Jan Kuri ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTNSJLNO56XOKHUPYFZQLTSTM7Y3ANCNFSM4UPANKDQ>
.