From 4c2f463f571b2814cf223fa8998ce848dacf392b Mon Sep 17 00:00:00 2001 From: Ray <11846445+A77AY@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:26:33 +0400 Subject: [PATCH] Fix CI permissions to allow package writing --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c8931bb09..37f92be72 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,6 +6,7 @@ on: permissions: contents: read id-token: write + packages: write jobs: deploy: