Sets or updates a team's permission level for a repository within an organization; the team must be a member of the organization.
orgRequiredstringOrganization name where the team exists (case-insensitive). This is the organization that owns the team, not necessarily the repository owner.
repoRequiredstringRepository name, without the `.git` extension (case-insensitive).
ownerRequiredstringAccount owner of the repository (case-insensitive). This is the user or organization that owns the repository. In most cases, this should match the 'org' parameter value.
team_slugRequiredstringThe team's slug (URL-friendly name).
permissionPermission level to grant the team. Valid values: 'pull' (read-only), 'triage' (manage issues/PRs), 'push' (read/write), 'maintain' (manage repo settings plus push), 'admin' (full control). Custom repository role names are also supported if defined by the organization.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.