From 9eb8cf3bb22b9fef9d67ebd6dda30ab1cb5fdfb8 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 29 Aug 2025 22:29:36 -0400 Subject: [PATCH] fix perm --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index a1b1a0f..416b2d6 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -15,7 +15,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write issues: write