Function actions_slash_update_environment_variable

Source
pub async fn actions_slash_update_environment_variable(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    name: &str,
    environment_name: &str,
    actions_update_repo_variable_request: ActionsUpdateRepoVariableRequest,
) -> Result<(), Error<ActionsSlashUpdateEnvironmentVariableError>>
Expand description

Updates an environment variable that you can reference in a GitHub Actions workflow. Authenticated users must have collaborator access to a repository to create, update, or read variables. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.