From 225291c3e406d8bbb3bad4ad324fb1baa0d7fea6 Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Thu, 14 May 2020 13:33:32 -0400 Subject: [PATCH] Fix typo Fix typo in example --- website/docs/d/actions_public_key.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ```