daily-tracker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 35e60df52e280a505f3053b60e3967f6ca12c90b
parent d804a538fc7d029c4d12b9cbf06abbfa26c8a994
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon,  1 Jun 2026 19:17:00 +0200

fix: skip SSH host key checking in CI workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
M.forgejo/workflows/bump-infra.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.forgejo/workflows/bump-infra.yml b/.forgejo/workflows/bump-infra.yml @@ -9,6 +9,8 @@ jobs: runs-on: native steps: - name: Bump daily-tracker in infrastructure + env: + GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no" run: | set -euo pipefail