diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 1bf7607..383f17d 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -42,7 +42,9 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'workflow_dispatch' permissions: - contents: write + contents: read + pages: write + id-token: write steps: - uses: actions/checkout@v4 with: