actionsUpdateRepoVariable
Update a repository variable
PATCH /repos/{owner}/{repo}/actions/variables/{name} HTTP/1.1Parameters
{
"owner": {
"description": "The account owner of the repository. The name is not case sensitive.",
"required": true,
"location": "path",
"type": "string"
},
"repo": {
"description": "The name of the repository without the `.git` extension. The name is not case sensitive.",
"required": true,
"location": "path",
"type": "string"
},
"name": {
"description": "The name of the variable.",
"required": false,
"location": "body",
"type": "string"
},
"value": {
"description": "The value of the variable.",
"required": false,
"location": "body",
"type": "string"
}
}