java.lang.Object
io.micronaut.starter.feature.github.workflows.Secret

public class Secret extends Object
GitHub secret.
Since:
2.2
Author:
Pavol Gressa
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the secret.
      Returns:
      the secret name
    • getDescription

      public String getDescription()
      Returns the description of the secret.
      Returns:
      the secret description
    • getValue

      public String getValue()
      Returns the value of the secret.
      Returns:
      the secret value