move along, nothing to see here.
All checks were successful
Build / nix-build (native-aarch64, varda) (push) Successful in 1m30s
Build / nix-build (native-x86_64, telchar) (push) Successful in 15m4s

This commit is contained in:
Joseph Hanson 2024-07-28 20:26:22 -05:00
parent 5418476c30
commit c7dcc39138
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -23,27 +23,6 @@ jobs:
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
- uses: https://github.com/cachix/cachix-action@v15
if: ${{ !github.event.pull_request.head.repo.fork }}
with: