github_actions_environment_secrets

Use this data source to retrieve the list of secrets of the repository environment.

Example Usage

data "github_actions_environment_secrets" "example" {
    name        = "exampleRepo"
    environment = "exampleEnvironment"
}

Argument Reference

Attributes Reference