From 56aa81a1f31ee35ebf1412c249c06849282c16be Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:37:39 +0700 Subject: [PATCH] fix(ci): grant permissions to reusable workflow --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7936f8..4953c77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ on: branches: [ "main" ] pull_request: +permissions: + contents: write + pull-requests: write + jobs: ci: uses: ./.github/workflows/reusable-ci.yml