Use this data source to retrieve the list of secrets of the repository environment.
data "github_actions_environment_secrets" "example" {
name = "exampleRepo"
environment = "exampleEnvironment"
}
secrets
- list of secrets for the environment
name
- Name of the secretcreated_at
- Timestamp of the secret creationupdated_at
- Timestamp of the secret last update