Run certificate check weekly
All checks were successful
Deploy homelab / Deploy (push) Successful in 2s
All checks were successful
Deploy homelab / Deploy (push) Successful in 2s
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
name: Build certificates
|
name: "Build certificates"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Note: this doesn't work on current gitea for some reason?
|
# Note: this doesn't work on current gitea for some reason?
|
||||||
build_certs:
|
build_certs:
|
||||||
description: Build certificates from scratch
|
description: "Build certificates from scratch"
|
||||||
type: boolean
|
type: "boolean"
|
||||||
required: true
|
required: true
|
||||||
default: false
|
default: false
|
||||||
|
schedule: "@weekly"
|
||||||
env:
|
env:
|
||||||
TZ: America/Chicago
|
TZ: "America/Chicago"
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Setup/Renew certificates
|
name: "Setup/Renew certificates"
|
||||||
runs-on: homelab
|
runs-on: "homelab"
|
||||||
steps:
|
steps:
|
||||||
- name: "Build certificates"
|
- name: "Build certificates"
|
||||||
if: inputs.build_certs
|
if: inputs.build_certs
|
||||||
|
|||||||
Reference in New Issue
Block a user