From e8e067da5548948c821f90e5ed69cd384ddb38a4 Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Sun, 1 Feb 2026 17:11:27 +0500 Subject: [PATCH] try permissions write-all --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7976d66..643d1dba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,13 @@ name: CI branches: [master] pull_request: -permissions: - contents: read - issues: write - pull-requests: write +# permissions: +# contents: read +# issues: write +# pull-requests: write + +permissions: + write-all jobs: