Use this data source to retrieve the list of variables for a GitHub repository.
data "github_actions_variables" "example" {
name = "example"
}
name
- (Optional) The name of the repository.full_name
- (Optional) Full name of the repository (in org/name
format).variables
- list of variables for the repository
name
- Name of the variablevalue
- Value of the variablecreated_at
- Timestamp of the variable creationupdated_at
- Timestamp of the variable last update