Use this data source to retrieve the list of dependabot secrets for a GitHub repository.
data "github_dependabot_secrets" "example" {
name = "example"
}
name
- (Optional) The name of the repository.full_name
- (Optional) Full name of the repository (in org/name
format).secrets
- list of dependabot secrets for the repository
name
- Secret namecreated_at
- Timestamp of the secret creationupdated_at
- Timestamp of the secret last update