From a5f867eeea393b0bbef41150c21ca7e235366e92 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Wed, 27 May 2026 15:58:47 +0200 Subject: [PATCH] refactor(ci): point Forgejo URLs at torrentclaw org (post-transfer) Repos were transferred from the deivid user to a dedicated torrentclaw organisation; the workflows reference the org path. --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 145d200..79737aa 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -46,7 +46,7 @@ jobs: env: FORGEJO_TOKEN: ${{ secrets.GITHUB_TOKEN }} FORGEJO_API: http://forgejo:3000/api/v1 - REPO: deivid/torrentclaw-mcp + REPO: torrentclaw/torrentclaw-mcp TAG: ${{ github.ref_name }} run: | set -euo pipefail