create_repository
Creates a new repository in SemaphoreUI by providing project ID, repository name, Git URL, branch, and SSH key ID for authentication.
Instructions
Create a new repository.
Args: project_id: ID of the project name: Repository name git_url: Git repository URL git_branch: Git branch to use ssh_key_id: SSH key ID for authentication
Returns: Created repository details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| git_url | Yes | ||
| git_branch | Yes | ||
| project_id | Yes | ||
| ssh_key_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||