github_dependabot_public_key

Use this data source to retrieve information about a GitHub Dependabot public key. This data source is required to be used with other GitHub secrets interactions. Note that the provider token must have admin rights to a repository to retrieve it's Dependabot public key.

Example Usage

data "github_dependabot_public_key" "example" {
  repository = "example_repo"
}

Argument Reference

Attributes Reference