Skip to content

Commit

Permalink
Merge pull request #458 from smiller171/patch-1
Browse files Browse the repository at this point in the history
Fix typo in action_public_key example
  • Loading branch information
anGie44 authored May 15, 2020
2 parents 91fc6ed + 225291c commit 439424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/actions_public_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down

0 comments on commit 439424f

Please sign in to comment.