Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I deny travis-ci access to an organization?

I have a github account which currently has access to my open source projects, as well as some private organizations.

Is there a way to give travis-ci access to only my open source projects and not the organizations, or am I better off creating a separate account for both the open source and the organizations?

like image 381
dvlsg Avatar asked Jun 22 '15 21:06

dvlsg


1 Answers

That's possible by way of GitHub's organization-approved application feature: https://github.com/blog/1941-organization-approved-applications

like image 176
roidrage Avatar answered Oct 13 '22 18:10

roidrage