From 29779716bf6253edba9aaf3cad813a29d0773b6d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 28 Jul 2024 19:08:40 -0500 Subject: [PATCH] lets try this again --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 7695284..cb69ea8 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: run: | # output to null to avoid leaking the key echo ${{ secrets.SSH_USER }} | base64 -d > $HOME/.ssh/id_ed25519 >/dev/null 2>&1 - echo ${{ secrets.SSH_USER }} > $HOME/test >/dev/null 2>&1 + echo ${{ secrets.FOR_GIT_SSH }} > $HOME/test >/dev/null 2>&1 ls -la $HOME/.ssh chmod 600 $HOME/.ssh/id_ed25519 - uses: https://github.com/cachix/cachix-action@v15