From 5983bfb833d9da6499b9c606a6d105d784a04cfa 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 8e84a35..c355c5b 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-songs.yml@master + uses: novoyuuparosk-wiki/novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml@master with: SOURCE_REF: ${{ github.sha }} # Empty on workflow_dispatch — the reusable workflow treats that as