Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 708 Bytes

File metadata and controls

27 lines (20 loc) · 708 Bytes
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
---

github_actions_environment_secrets (Data Source)

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

  • secrets - list of secrets for the environment
    • name - Name of the secret
    • created_at - Timestamp of the secret creation
    • updated_at - Timestamp of the secret last update