Record
create-or-update-repo-secret-params
No description available.
record create-or-update-repo-secret-params {
owner: string,
repo: string,
secret-name: string,
encrypted-value: option<string>,
key-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| secret-name | string | |
| encrypted-value | option<string> | |
| key-id | option<string> |