Run certificate check weekly
All checks were successful
Deploy homelab / Deploy (push) Successful in 2s

This commit is contained in:
2025-09-03 00:08:47 -05:00
parent 0e056afbf7
commit 1063a538f2

View File

@@ -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