From bf73aebc1d41d4183e07337aa1b59411dd5145e9 Mon Sep 17 00:00:00 2001 From: Eliott Bouhana Date: Mon, 5 Aug 2024 15:31:38 +0200 Subject: [PATCH] add permissions Signed-off-by: Eliott Bouhana --- .github/workflows/orchestrion.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/orchestrion.yml b/.github/workflows/orchestrion.yml index 01d278d3d1..1c8255f087 100644 --- a/.github/workflows/orchestrion.yml +++ b/.github/workflows/orchestrion.yml @@ -7,6 +7,8 @@ on: branches: - release-v* +permissions: read-all + concurrency: # Automatically cancel previous runs if a new one is triggered to conserve resources. group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}