From cb0b9739a1eeff7c80c7733dd3889aa0410d0243 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:09:12 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f6d35bcdc4..170875f292 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -3,6 +3,9 @@ on: workflow_dispatch: # schedule: # - cron: "0 12 * * *" +permissions: + contents: write + packages: read jobs: main: runs-on: ubuntu-latest