From 9429021224cfe2b92458792c1b38abd26810a674 Mon Sep 17 00:00:00 2001 From: Luisfc68 Date: Wed, 2 Oct 2024 13:16:01 +0200 Subject: [PATCH] fix: workflow permissions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24422e7..9a5c8fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: branches: [ main, Stable-Test, QA-Test ] workflow_dispatch: -permissions: - contents: read +#permissions: +# contents: read jobs: build: