Class Secret
java.lang.Object
io.micronaut.starter.feature.github.workflows.Secret
GitHub secret.
- Since:
- 2.2
- Author:
- Pavol Gressa
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Secret
-
Secret
-
-
Method Details
-
getName
Returns the name of the secret.- Returns:
- the secret name
-
getDescription
Returns the description of the secret.- Returns:
- the secret description
-
getValue
Returns the value of the secret.- Returns:
- the secret value
-