From 4deaa6397aaaa1cba20f08b8b43acce4f18a8ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 12 Aug 2024 16:32:19 +0200 Subject: [PATCH] ci: Drop unneeded permissions for sign-image workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- .github/workflows/sign-image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sign-image.yml b/.github/workflows/sign-image.yml index 849c026d..c40365de 100644 --- a/.github/workflows/sign-image.yml +++ b/.github/workflows/sign-image.yml @@ -7,9 +7,6 @@ on: type: string required: true -permissions: - contents: read - jobs: sign: name: Sign image