Vault auto unseal cron tweak.

This commit is contained in:
2025-08-02 12:57:52 -04:00
parent 6cfbd576a0
commit c136ad0def
+1 -1
View File
@@ -2,7 +2,7 @@ name: Auto-Unseal for Vault
on:
workflow_dispatch:
schedule:
- cron: "30 5 * * *"
- cron: '30 5 * * *'
env:
HC_VAULT_VERSION: '1.20.0'
jobs: