From 99bb10e3fcfcda3a95902ce7c379c66e67169c16 Mon Sep 17 00:00:00 2001 From: Nassim Boutekedjiret Date: Thu, 20 Nov 2025 13:44:58 +0100 Subject: [PATCH] Remove permissions from build.yml Removed permissions settings from the build workflow. Permissions are already set by used workflow --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 890871d..f90b3a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,6 @@ on: description: Open SSH session in the runner required: false default: false -permissions: - contents: write - checks: write - pull-requests: write jobs: build: