From 91d549c9bae98e8925b999ff4a434be4d3adaad1 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Sun, 15 Mar 2026 22:00:37 -0400 Subject: [PATCH] rename REGISTRY_TOKEN to CI_REGISTRY_TOKEN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2087c1..2dfd8e1 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,4 @@ Variables (Settings > Actions > Variables): Secrets (Settings > Actions > Secrets): - `DEPLOY_SSH_KEY` -- the SSH private key for the `deploy` user -- `REGISTRY_TOKEN` -- Gitea personal access token for Docker registry login +- `CI_REGISTRY_TOKEN` -- Gitea personal access token for Docker registry login