From 281992968773a5b36833e0e196688881988b30c0 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 6 Apr 2025 10:50:03 +0200 Subject: [PATCH] actions: set insecure: true for better coverage Refs: https://code.forgejo.org/forgejo/runner/pulls/535 --- actions/example-config-options/runner-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/example-config-options/runner-config.yaml b/actions/example-config-options/runner-config.yaml index dff53565..0daf906f 100644 --- a/actions/example-config-options/runner-config.yaml +++ b/actions/example-config-options/runner-config.yaml @@ -8,7 +8,7 @@ runner: capacity: 1 env_file: .env timeout: 3h - insecure: false + insecure: true fetch_timeout: 5s fetch_interval: 2s labels: ["docker:docker://code.forgejo.org/oci/node:20-bookworm"]