From a2ee5f1e2c6a7395369642060e35f33b0e37e967 Mon Sep 17 00:00:00 2001 From: Dovid Levine Date: Mon, 23 Feb 2026 19:13:59 +0200 Subject: [PATCH] ci: add workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f839e7..c3b73e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,10 @@ on: - main workflow_dispatch: # Allow manual triggering +permissions: + contents: read + packages: read + # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: # The concurrency group contains the workflow name and the branch name.