From d383c6f52c293ba9c117e66ba8408c823763ca0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 21 Jul 2025 09:56:17 +0200 Subject: [PATCH] workflows: linux: Fix duplicate contents perm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub is now stricter about this useless and bogus repetition. Signed-off-by: Loïc Minier --- .github/workflows/linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 91ae3d1b..17104df1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,6 @@ on: # implicitely set all other permissions to none permissions: contents: read # actions/checkout debos.yml test.yml - contents: read # debos.yml lava-schema-check.yml test.yml packages: read # test.yml pull-requests: write # test.yml