pub async fn actions_slash_get_repo_secret(
configuration: &Configuration,
owner: &str,
repo: &str,
secret_name: &str,
) -> Result<ActionsSecret, Error<ActionsSlashGetRepoSecretError>>
Expand description
Gets a single repository secret without revealing its encrypted value. 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.