From e9fe5047514b9c080420bee8376b957d6ed11d80 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 23 Sep 2024 11:32:35 +0100 Subject: [PATCH] fix: unify teh use of SSH_KEY in teh documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81c71f2..0caa1d6 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ jobs: - name: "Deploy" uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5 with: - ssh_key: ${{ secrets.KEY }} + ssh_key: ${{ secrets.SSH_KEY }} folder: "build" destination: "subfolder" ```` \ No newline at end of file