From 7959cc229724d4f10faafa0bbd5c21c63ee54434 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 25 Feb 2026 16:07:02 +0900 Subject: [PATCH] Add GIT_SSL_NO_VERIFY to runner envs config Workflow-level env doesn't propagate to actions/checkout git process. Set it in runner.envs so all job containers inherit it. Co-Authored-By: Claude Opus 4.6 --- gitea-runner/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index 5201c29..04a59ea 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -20,6 +20,8 @@ data: file: .runner capacity: 1 timeout: 3h + envs: + GIT_SSL_NO_VERIFY: "true" labels: - "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04" - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"