From ce992c2ca398c7838c8bb98e5f8f364cd9cdecbc Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 15 Oct 2024 17:10:44 +0200 Subject: [PATCH] CI: Pipeline: add write permission to Docs Pipeline Signed-off-by: Karol Gugala --- .github/workflows/Pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 707b2de..3b23f0e 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -63,6 +63,8 @@ jobs: Docs: runs-on: ubuntu-latest name: '📓 Docs' + permissions: + contents: write steps: - name: 🧰 Checkout