pub async fn actions_slash_get_repo_public_key(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<ActionsPublicKey, Error<ActionsSlashGetRepoPublicKeyError>>
Expand description
Gets your public key, which you need to encrypt secrets. You need to encrypt a secret before you can create or update secrets. Anyone with read access to the repository can use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.