summaryrefslogtreecommitdiff
path: root/.forgejo/workflows/resign-root-dnssec.yaml
blob: b8d47ff10b51ebc9c090689c1d859434fc520320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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