From 957985998c2157d0728492dbe9bd385e947b5625 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 27 Mar 2024 15:48:52 +0100 Subject: [PATCH] ci: Fix perms, again Signed-off-by: Sam Therapy --- .github/workflows/documentation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 0d9b1d8..c5827aa 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -8,6 +8,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: actions: read + contents: write pages: write id-token: write