From a1060c9d22afd76f985849898c84b7ab771d6e93 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Tue, 11 Aug 2026 19:48:20 +0900 Subject: [PATCH] ci: point publish workflow at the novoyuuparosk-wiki org This repo and novoyuuparosk-auto-wiki both moved out of the `mikkeli` account, so the reusable-workflow reference follows. Same owner on both sides means no cross-owner read gate on the private callee. --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 2bb4494..a23c1a0 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -10,7 +10,7 @@ on: jobs: publish: - uses: mikkeli/novoyuuparosk-auto-wiki/.gitea/workflows/publish-tech.yml@master + uses: novoyuuparosk-wiki/novoyuuparosk-auto-wiki/.gitea/workflows/publish-tech.yml@master with: SOURCE_REF: ${{ github.sha }} secrets: inherit