From 851d2af9a503cc45b7956e5276bd2bd80653920d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Pot=C3=A1=C4=8Dek?= Date: Wed, 25 Mar 2026 09:34:22 +0100 Subject: [PATCH] chore: workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49fc22f..436e855 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: Tests +permissions: + contents: read + on: push: branches: [master]