repository_create
Create a new repository within a Semaphore project using a Git URL and SSH key for authentication.
Instructions
Create a new repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project. | |
| name | Yes | Repository name. | |
| git_url | Yes | Git URL of the repository. | |
| ssh_key_id | Yes | ID of the SSH key for authentication. | |
| git_branch | No | Git branch to use (default: main). | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |