pub async fn codespaces_slash_get_repo_secret(
configuration: &Configuration,
owner: &str,
repo: &str,
secret_name: &str,
) -> Result<RepoCodespacesSecret, Error<CodespacesSlashGetRepoSecretError>>
Expand description
Gets a single repository development environment secret without revealing its encrypted value. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.