From ab3630f2bd4b076fff13ed662a7f0df9f0f631f5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 19 May 2025 07:16:34 -0400 Subject: [PATCH] Tweaking Vault unseal action #4. --- .gitea/workflows/vault-auto-unseal-flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/vault-auto-unseal-flow.yml b/.gitea/workflows/vault-auto-unseal-flow.yml index 30b5cdd3..0e887628 100644 --- a/.gitea/workflows/vault-auto-unseal-flow.yml +++ b/.gitea/workflows/vault-auto-unseal-flow.yml @@ -6,7 +6,7 @@ on: paths: - '**/vault-auto-unseal.yml' # schedule: - # - cron: "30 2 * * *" + # - cron: "30 3 * * *" jobs: auto-unseal: name: Unseal Vault