From 8a814f926b42aa9716070c1757e08ca3889dffc8 Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 27 Apr 2026 15:13:07 +0400 Subject: [PATCH] ci: fix signed commits permissions (#10518) --- .github/workflows/signed-commits.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/signed-commits.yml b/.github/workflows/signed-commits.yml index 1734454aa0..850da8dbfb 100644 --- a/.github/workflows/signed-commits.yml +++ b/.github/workflows/signed-commits.yml @@ -9,8 +9,7 @@ on: - ready_for_review permissions: - issues: write - pull-requests: read + pull-requests: write jobs: signed-commits: