Class SecretManagement
java.lang.Object
com.tremolosecurity.provisioning.customTasks.github.secrets.SecretManagement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRepositorySecretNames
(String repoName) void
storeSecret
(String repoName, String name, String value)
-
Constructor Details
-
SecretManagement
-
-
Method Details
-
getRepositorySecretNames
- Throws:
ProvisioningException
-
storeSecret
public void storeSecret(String repoName, String name, String value) throws ProvisioningException, com.goterl.lazysodium.exceptions.SodiumException - Throws:
ProvisioningException
com.goterl.lazysodium.exceptions.SodiumException
-