From c7dcc391387ffe3672a6c70e91fa5eac2505f144 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 28 Jul 2024 20:26:22 -0500 Subject: [PATCH] move along, nothing to see here. --- .forgejo/workflows/build.yaml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index eb47ba9..d32b643 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -22,28 +22,7 @@ jobs: - name: Checkout repository uses: https://github.com/actions/checkout@v4 with: - fetch-depth: 0 - - name: Set up ssh key folder - run: | - mkdir -p $HOME/.ssh - chmod 700 $HOME/.ssh - # - name: Write ssh key - # id: sshkey - # uses: https://github.com/timheuer/base64-to-file@v1 - # with: - # encodedString: "${{ secrets.SSH_USER }}" - # fileName: id_ed25519 - # fileDir: ${{}}/.ssh/ - # - name: Make id_ed25519 user only - # shell: bash - # 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 - # ls -lah $HOME/.ssh - # ls -lah ${{ steps.sshkey.outputs.filePath }} - # # chmod 600 $HOME/.ssh/id_ed25519 - + fetch-depth: 0 - uses: https://github.com/cachix/cachix-action@v15 if: ${{ !github.event.pull_request.head.repo.fork }} with: