From c929376c4e13cb59f05112c159a38ac89bad1473 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Mon, 11 May 2026 11:02:57 +0530 Subject: [PATCH] ci(mantis): let codex action create home --- .github/workflows/mantis-telegram-desktop-proof.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mantis-telegram-desktop-proof.yml b/.github/workflows/mantis-telegram-desktop-proof.yml index 131c8b51e96..105d0a2a0d5 100644 --- a/.github/workflows/mantis-telegram-desktop-proof.yml +++ b/.github/workflows/mantis-telegram-desktop-proof.yml @@ -346,7 +346,8 @@ jobs: run: | set -euo pipefail sudo useradd --create-home --shell /bin/bash codex - sudo install -d -m 0770 -o codex -g sudo /home/codex/.codex + sudo setfacl -m u:runner:rwx,u:codex:rwx /home/codex + sudo setfacl -d -m u:runner:rwx,u:codex:rwx /home/codex sudo chown -R codex:codex "$GITHUB_WORKSPACE" - name: Run Codex Mantis Telegram agent