From 04c4def289d666af9e70f5170afa544ff1f8ee4c Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Sun, 9 Jun 2024 10:32:21 -0700 Subject: [PATCH] Secret and sshpass test dor dev-build Signed-off-by: Justin Georgi --- .gitea/workflows/dev-build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/dev-build.yaml b/.gitea/workflows/dev-build.yaml index 52453bb..3c52449 100644 --- a/.gitea/workflows/dev-build.yaml +++ b/.gitea/workflows/dev-build.yaml @@ -11,9 +11,8 @@ jobs: steps: - name: Debug ssh security run: | - whoami - hostname - ls /root/.ssh + sudo apt-get install sshpass + echo ${{ secret.test_secret}} - name: Check out repository code uses: actions/checkout@v4 - name: Install node modules