From 1063a538f2e5162a88b384bd045e595746e54ec1 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Wed, 3 Sep 2025 00:08:47 -0500 Subject: [PATCH] Run certificate check weekly --- .gitea/workflows/certificates.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/certificates.yaml b/.gitea/workflows/certificates.yaml index 21074f0..f03361b 100644 --- a/.gitea/workflows/certificates.yaml +++ b/.gitea/workflows/certificates.yaml @@ -1,19 +1,19 @@ -name: Build certificates - +name: "Build certificates" on: workflow_dispatch: # Note: this doesn't work on current gitea for some reason? build_certs: - description: Build certificates from scratch - type: boolean + description: "Build certificates from scratch" + type: "boolean" required: true default: false + schedule: "@weekly" env: - TZ: America/Chicago + TZ: "America/Chicago" jobs: deploy: - name: Setup/Renew certificates - runs-on: homelab + name: "Setup/Renew certificates" + runs-on: "homelab" steps: - name: "Build certificates" if: inputs.build_certs