From c7104ccac4e360f9f77c0b93afdb6d8974df5b16 Mon Sep 17 00:00:00 2001
From: Bo-Yi Wu <appleboy.tw@gmail.com>
Date: Sat, 6 Mar 2021 23:00:38 +0800
Subject: [PATCH] chore: add ED25519 example

---
 .github/workflows/ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0ca56b0..d6a683a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -132,3 +132,12 @@ jobs:
             ls \
               -lah
         use_insecure_cipher: true
+
+    - name: SSH ED25519 Private Key
+      uses: ./
+      with:
+        host: ${{ secrets.TUNNEL_HOST }}
+        username: ${{ secrets.TUNNEL_USERNAME }}
+        key: ${{ secrets.ID_ED25519 }}
+        port: ${{ secrets.TUNNEL_PORT }}
+        script: whoami