From dd81f878f7c724449c8213b9bc7813e2046e600b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 10 Dec 2024 09:39:21 +0100 Subject: [PATCH] :rocket: fix permissions --- .github/workflows/publish_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index d4fd60907..750af74a8 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: permissions: - contents: read + contents: write # we don't want to have concurrent jobs, and we don't want to cancel running jobs to avoid broken publications concurrency: