Skip to content

chore: better filetype handling #35

chore: better filetype handling

chore: better filetype handling #35

Workflow file for this run

on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- env:
PRIVATE_KEY: ${{ secrets.SRHT_MIRROR_PRIVATE_KEY }}
GIT_SSH_COMMAND: "ssh -i id_ed25519 -o 'StrictHostKeyChecking no'"
run: |
echo "$PRIVATE_KEY" > id_ed25519
chmod 400 id_ed25519
git remote add srht [email protected]:~beleap/nixos-configuration
git push --force --mirror srht