From 2add1aac51a8b3b662f2ed4f2f88e5ebb0423fb0 Mon Sep 17 00:00:00 2001 From: Roman Cinis <52065414+tsinis@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:50:13 +0100 Subject: [PATCH] fix(ci): fix for code scanning alert related to permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1264f2c..99a41ab 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,6 +16,8 @@ jobs: publish-dry-run: name: 📝 Publish dry run runs-on: ubuntu-latest + permissions: + contents: read timeout-minutes: 10 if: github.ref_type == 'branch' && github.event_name == 'pull_request' && !github.event.pull_request.merged steps: