From dede2e9072534675257211d3134d849fa8d5c75c Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Sat, 11 Oct 2025 20:27:26 -0400 Subject: [PATCH] Fixed the build script to use this repository. --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 01a1db2..baa8e71 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: Clone Repo uses: https://gitea.com/actions/checkout@v4 with: - repository: CyberMages/website + repository: CyberMages/tavernworks token: ${{ secrets.CM_GIT_TOKEN }} path: ${{ env.SOURCE_DIR }} - name: Build Repo