From 52a543c8552959e9f74ce96147166308bdc8abce Mon Sep 17 00:00:00 2001 From: Codex Test Date: Wed, 29 Jul 2026 17:19:31 +0800 Subject: [PATCH] test: verify Codex SSH write access --- codex-ssh-test.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codex-ssh-test.md diff --git a/codex-ssh-test.md b/codex-ssh-test.md new file mode 100644 index 0000000..a6e2cc9 --- /dev/null +++ b/codex-ssh-test.md @@ -0,0 +1,10 @@ +# Codex SSH write test + +This file verifies that the Codex shell can: + +1. authenticate with the dedicated SSH key; +2. clone this repository; +3. create a commit; and +4. push the commit to Gitea. + +Test date: 2026-07-29