From 61f8dc0e1e8501cf0c60e074ef637601b90b2efc Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Tue, 19 May 2026 08:04:05 -0500 Subject: [PATCH] renaming .github to .gitea --- .gitea/workflows/changes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/changes.yaml b/.gitea/workflows/changes.yaml index 437b544..0e3808b 100644 --- a/.gitea/workflows/changes.yaml +++ b/.gitea/workflows/changes.yaml @@ -31,7 +31,7 @@ jobs: - name: Manual Git Clone run: | # Use GITEA_TOKEN for the current repo or a PAT for others - git clone http://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@gitea:3000/${{ gitea.repository }}.git . + git clone http://gitea:3000/${{ gitea.repository }}.git . - name: List files in the repository run: |