diff --git a/website/docs/d/actions_public_key.html.markdown b/website/docs/d/actions_public_key.html.markdown index df2054e111..8fae079e53 100644 --- a/website/docs/d/actions_public_key.html.markdown +++ b/website/docs/d/actions_public_key.html.markdown @@ -13,7 +13,7 @@ Note that the provider `token` must have admin rights to a repository to retriev ## Example Usage ```hcl -data "github_secrets_public_key" "example" { +data "github_actions_public_key" "example" { repository = "example_repo" } ```