From 0a957d4f30e1fcf95806ce99ee8d5416fbf94e9d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 17 Oct 2025 12:54:33 +0100 Subject: [PATCH] [Test] Add permissions block to integration test workflow Set least-privilege defaults with contents:read permission --- .github/workflows/integration-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6059c0100b..163f44305f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,5 +1,8 @@ name: Integration Test +permissions: + contents: read + on: push: branches: [master] -- 2.47.3