mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fix repository typo (#23654)
This commit is contained in:
parent
b5c4e41de7
commit
9197f002eb
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ This endpoint creates a destination to synchronize action secrets with a GitHub
|
|||
|
||||
- `repository_owner` `(string: <required>)` - GitHub organization or username that owns the repository. For example, if a repository is located at https://github.com/hashicorp/vault.git the owner is hashicorp.
|
||||
|
||||
- `repisitory_name` `(string: <required>)` - Name of the repository. For example, if a repository is located at https://github.com/hashicorp/vault.git the name is vault.
|
||||
- `repository_name` `(string: <required>)` - Name of the repository. For example, if a repository is located at https://github.com/hashicorp/vault.git the name is vault.
|
||||
|
||||
### Sample payload
|
||||
```json
|
||||
|
|
|
|||
Loading…
Reference in a new issue