From 49330c8058855389b8338798b000d0ca1dfd5ede Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 13 Oct 2025 14:39:46 -0600 Subject: [PATCH] Actualizar hook para repositorio nucleoWhisper --- .claude/hooks/monitor-gitea-action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/hooks/monitor-gitea-action.sh b/.claude/hooks/monitor-gitea-action.sh index 7781def..c07ad74 100755 --- a/.claude/hooks/monitor-gitea-action.sh +++ b/.claude/hooks/monitor-gitea-action.sh @@ -8,7 +8,7 @@ set -euo pipefail # Configuración GITEA_URL="https://gitea.nucleoriofrio.com" OWNER="nucleo000" -REPO="plantillaNuxtAuthentikProxy" +REPO="nucleoWhisper" # Intentar cargar el token desde el entorno o desde ~/.bashrc GITEA_TOKEN="${GITEA_TOKEN:-}"