From fc6d1b189f93d63b6c6b85b354837d5b29b2e809 Mon Sep 17 00:00:00 2001 From: Sharwin24 Date: Wed, 1 Jan 2025 20:47:40 -0800 Subject: [PATCH] contents to write --- .github/workflows/hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 8a6ea2e..3f2753b 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -12,7 +12,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write @@ -75,4 +75,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4