From 06ad6f5594da8334e0e00e6ee2118d5324d94f96 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 8 Dec 2023 20:16:00 +0900 Subject: [PATCH] test --- .forgejo/workflows/ssh-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index ee4c345b..3f779b2a 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -40,8 +40,8 @@ jobs: nix --version - name: "Setup: SSH" run: | - echo ${secrets.SSH_PUBLIC_KEY} > /root/.ssh/id_ed25519.pub - echo ${secrets.SSH_PRIVATE_KEY} > /root/.ssh/id_ed25519 + echo ${{ secrets.SSH_PUBLIC_KEY }} > /root/.ssh/id_ed25519.pub + echo ${{ secrets.SSH_PRIVATE_KEY }} > /root/.ssh/id_ed25519 cat /root/.ssh/id_ed25519.pub # - name: "Nix build" # run: |