Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Organisation is not showing in tower

I just got added to a new organisation in github. Git tower is not showing this new organisation in the app. I have tried refreshing, and even unhooking my github account and re-adding it. But still the organisation does not show on the left side. From the git-tower docs:

When you add a service account to Tower, we automatically check if this account belongs to any organization / team / group.

If so, these will automatically be added to the list of available service accounts in Tower's sidebar: they are available as sub-items to the respective personal account. Click the disclosure triangle button on the left to expand them in the sidebar.

Is there something I have to do to make this organisation show in git-tower? The organisation is set to private on github.

like image 562
Mark Steggles Avatar asked Sep 16 '25 09:09

Mark Steggles


1 Answers

Could it be you're using OAuth to connect to GitHub? In this case, you'll need to grant access to your organizations' for 3rd party apps like Tower.

You can do this via GitHub on the app's settings page:

  • Setting for Tower on macOS
  • Setting for Tower on Windows

Disclaimer: I was with the support team for Tower at the time of writing.

like image 141
Samuel Herzog Avatar answered Sep 18 '25 10:09

Samuel Herzog