name: build signed-dns-root on: push: schedule: - cron: "0 0 * * *" workflow_dispatch: jobs: deploy: runs-on: debian-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Install Nix on the host uses: https://forgejo.spacetime.technology/actions/nix/install@main with: install-url: "https://nixos.org/nix/install" - name: make-root-zone run: nix run .#apps.x86_64-linux.sign-root-zone