Skip to main content
Creates a new repository in the specified organization. The authenticated user must be a member of the organization. OAuth scope requirements When using OAuth, authorizations must include:
  • public_repo scope or repo scope to create a public repository. Note: For GitHub AE, use repo scope to create an internal repository.
  • repo scope to create a private repository.
External DocumentationTo learn more, visit the GitHub documentation.

Basic Parameters

Advanced Parameters

Example Output

Workflow Library Example

Create a Github Repository
Workflow LibraryPreview this Workflow on desktop