diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8d9d1a5..44277aa 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -20,6 +20,13 @@ jobs: uses: https://github.com/actions/checkout@v4 with: fetch-depth: 0 + - 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 - uses: https://github.com/cachix/cachix-action@v15 if: ${{ !github.event.pull_request.head.repo.fork }} with: