From 9f8d2b7406e222eceddf756f51477850b0990b83 Mon Sep 17 00:00:00 2001
From: Chris Taylor <forgetso86@gmail.com>
Date: Wed, 8 Feb 2023 12:26:48 +0000
Subject: [PATCH] fix the reference to ssh-key in the docs

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8fe140f..3e0cbef 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
     # We recommend using a service account with the least permissions necessary.
     #
     # [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
-    ssh-key: ''
+    key: ''
 
     # Known hosts in addition to the user and global host key database. The public SSH
     # keys for a host may be obtained using the utility `ssh-keyscan`. For example,