tdupoiron-actions/Create Repository in Organization
Creates a new GitHub repository in a specified organization using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repo creation permissions | yes | — |
| org-name | Organization name where the repository will be created | yes | — |
| repo-name | Name of the repository to create | yes | — |
| repo-visibility | Repository visibility (public or private) | no | private |
Outputs
| name | description |
|---|---|
| repository-url | URL of the created repository |
| clone-url | Clone URL of the created repository |
| repository-id | ID of the created repository |