From a03650f4717850854694dbdb95d5c2a7e8bc1c2d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 8 Apr 2022 16:14:50 +0200 Subject: [PATCH] Grant write permissions to documentation workflow --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7a310b0b8..fae9c364c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ env: PYTHON_VERSION: 3.x permissions: - contents: read + contents: write jobs: documentation: