Function actions_slash_get_environment_variable

Source
pub async fn actions_slash_get_environment_variable(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    environment_name: &str,
    name: &str,
) -> Result<ActionsVariable, Error<ActionsSlashGetEnvironmentVariableError>>
Expand description

Gets a specific variable in an environment. Authenticated users must have collaborator access to a repository to create, update, or read variables. OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.