From 5263b7c85853d3788d8f83ba56ff761fc7da1ed3 Mon Sep 17 00:00:00 2001 From: Vsevolod Sauta Date: Mon, 21 Sep 2026 11:09:12 +0300 Subject: [PATCH] Document DCR Actions secrets requirement for image CI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6907e..d04b97d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Gitea Actions (`.gitea/workflows/build-and-push.yaml`) on `master` and `workflow | `:` | Immutable full SHA | | `:-` | Sortable; elected by Flux ImagePolicy | -Org secrets: `DCR_USERNAME`, `DCR_PASSWORD` (infra org). +Repo (or org) secrets: `DCR_USERNAME`, `DCR_PASSWORD` for DCR push (set on `infra/cursor-agent-api-proxy` if org secrets are not inherited). ## Local build / E2E