Error in user YAML: (<unknown>): found unexpected end of stream while scanning a quoted scalar at line 1 column 13
---
page_title: "github_actions_environment_secrets Data Source - terraform-provider-github
description: |-
Get Actions secrets of the repository environment
---
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 environmentname- Name of the secretcreated_at- Timestamp of the secret creationupdated_at- Timestamp of the secret last update