From 3232e055943c514e80c5d52f67b720dc43977cb6 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Mon, 22 Dec 2025 15:51:39 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/docs-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs-pages.yml b/.github/workflows/docs-pages.yml index f017201c7c..0da86fef34 100644 --- a/.github/workflows/docs-pages.yml +++ b/.github/workflows/docs-pages.yml @@ -2,6 +2,9 @@ name: "Docs / Publish" # For more information, # see https://sphinx-theme.scylladb.com/stable/deployment/production.html#available-workflows +permissions: + contents: write + on: push: branches: