Function repo_list_actions_secrets

Source
pub async fn repo_list_actions_secrets(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    page: Option<i32>,
    limit: Option<i32>,
) -> Result<Vec<Secret>, Error<RepoListActionsSecretsError>>