fix repository typo (#23654)

This commit is contained in:
claire bontempo
2023-10-13 13:39:31 -07:00
committed by GitHub
parent b5c4e41de7
commit 9197f002eb

View File

@@ -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