Skip to main content

Setting base permissions for an organization

You can set base permissions for the repositories that an organization owns.

Who can use this feature?

Organization owners can set base permissions for an organization.

About base permissions for an organization

You can set base permissions that apply to all members of an organization when accessing any of the organization's repositories. Base permissions do not apply to outside collaborators.

By default, members of an organization will have Read permissions to the organization's repositories.

If someone with admin access to an organization's repository grants a member a higher level of access for the repository, the higher level of access overrides the base permission.

Notes:

  • All changes to base permissions will affect both new and existing members.
  • When you change base permissions for an organization, permissions for private forks are not automatically updated.

Setting base permissions

  1. In the upper-right corner of GitHub.com, select your profile photo, then click Your organizations.

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Next to the organization, click Settings.

  3. In the "Access" section of the sidebar, click Member privileges.

  4. Under "Base permissions", select the dropdown menu and click a permissions level.

  5. Review the changes. To confirm, click Change default permission to PERMISSION.

Further reading