From d5c4587b18d1dcca62672550b926727964b623cc Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 28 Jul 2024 19:23:15 -0500 Subject: [PATCH] ... --- .forgejo/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 4c5ee58..9e1acfd 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -38,9 +38,9 @@ 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/.ssh/id_ed25519 >/dev/null 2>&1 + # echo "${{ secrets.SSH_USER }}" > $HOME/.ssh/id_ed25519 >/dev/null 2>&1 ls -la $HOME/.ssh - chmod 600 $HOME/.ssh/id_ed25519 + # chmod 600 $HOME/.ssh/id_ed25519 - uses: https://github.com/cachix/cachix-action@v15 if: ${{ !github.event.pull_request.head.repo.fork }} with: