From d34747bca926a3287527e888dc35fb37fe3d8fd0 Mon Sep 17 00:00:00 2001 From: Arbel Arad Date: Fri, 9 May 2025 21:48:18 +0300 Subject: init test if runner can use tmpfiles --- .forgejo/workflows/resign-root-dnssec.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .forgejo/workflows/resign-root-dnssec.yaml (limited to '.forgejo/workflows') diff --git a/.forgejo/workflows/resign-root-dnssec.yaml b/.forgejo/workflows/resign-root-dnssec.yaml new file mode 100644 index 0000000..b8d47ff --- /dev/null +++ b/.forgejo/workflows/resign-root-dnssec.yaml @@ -0,0 +1,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 -- cgit v1.2.3