pub async fn actions_slash_get_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<ActionsVariable, Error<ActionsSlashGetRepoVariableError>>
Expand description
Gets a specific variable in a repository. The authenticated user must have collaborator access to the repository to use this endpoint. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.