From 5bdcc4a9f95e9e9c4389805d5709c3131418a175 Mon Sep 17 00:00:00 2001 From: leburgel Date: Tue, 11 Jun 2024 15:41:40 +0200 Subject: [PATCH] Add write permissions to docs action --- .github/workflows/Documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 722b1955..d19c2f5e 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -1,5 +1,9 @@ name: Documentation +permissions: + contents: write + pages: write + on: push: branches: