From 3369c7eb6edcf9e13daeeb80cfe8e8060735e169 Mon Sep 17 00:00:00 2001 From: richardoswald Date: Sun, 8 Jun 2025 10:41:09 -0500 Subject: [PATCH] Update .gitea/workflows/hugo-build.yml --- .gitea/workflows/hugo-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index 221e4b5..c7fdb2b 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -11,7 +11,6 @@ jobs: with: submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - token: ${{ secrets.PAT_TOKEN }} - name: Install Hugo uses: peaceiris/actions-hugo@v3 with: