Skip to content

Commit

Permalink
Update repository_collaborators.html.markdown (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffreyhung authored Jul 7, 2023
1 parent f8502b8 commit a90a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/repository_collaborators.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The `user` block supports:

The `team` block supports:

* `team` - (Required) The GitHub team id or the GitHub team slug
* `team_id` - (Required) The GitHub team id or the GitHub team slug
* `permission` - (Optional) The permission of the outside collaborators for the repository.
Must be one of `pull`, `triage`, `push`, `maintain`, `admin` or the name of an existing [custom repository role](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization) within the organisation. Defaults to `pull`.
Must be `push` for personal repositories. Defaults to `push`.
Expand Down

0 comments on commit a90a2b2

Please sign in to comment.