From 5349e92de9cfad126d6ffe0545dea6a99c289c3c Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 4 Jun 2026 16:54:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Disable=20act=5Frunner=20cache?= =?UTF-8?q?=20=E2=80=94=20external=5Fsecret=20required=20when=20enabled=20?= =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit default_config.yaml had cache.enabled=true but no external_secret, dir, host, or port configured. act_runner refuses to start the cache server without external_secret, logging an error on every boot. cache_server.yaml already has cache disabled — align default_config to match. - rootfs/tmp/etc/act_runner/default_config.yaml: cache.enabled false rootfs/tmp/etc/act_runner/default_config.yaml --- rootfs/tmp/etc/act_runner/default_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/tmp/etc/act_runner/default_config.yaml b/rootfs/tmp/etc/act_runner/default_config.yaml index c1087f4..366f7ab 100644 --- a/rootfs/tmp/etc/act_runner/default_config.yaml +++ b/rootfs/tmp/etc/act_runner/default_config.yaml @@ -66,4 +66,4 @@ container: docker_host: '' cache: - enabled: true + enabled: false