From 10c846486ea21434309480961469e2af5c6af661 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Fri, 24 Oct 2025 18:43:20 +0200 Subject: [PATCH] added permissions for the gh pages action --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fd073e..674eed3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,3 +28,8 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v3 + +permissions: + contents: read + pages: write + id-token: write