GitHub::REST::Secrets
This module is specifically for interacting with the Secrets endpoints GitHub offers us to use. see GitHub Secrets endpoints
Instance methods
delete_secret(owner : String, repository : String, name : String) : Nil
NOTE: Raises an error when not found
Gets your public key, which you must store. You need your public key to use other secrets endpoints. Use the returned key to encrypt your secrets. Anyone with read access to the repository can use this endpoint. GitHub Apps must have the secrets permission to use this endpoint.