From ccf2bed3398673626adeecdd8abfe9587e34730c Mon Sep 17 00:00:00 2001 From: Pravin Dahal Date: Mon, 15 Dec 2025 15:21:15 +0100 Subject: [PATCH] chore: Fix github workflows actions permissions --- .pallet/gitconfig.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.pallet/gitconfig.yaml b/.pallet/gitconfig.yaml index aca1350..fd1a241 100644 --- a/.pallet/gitconfig.yaml +++ b/.pallet/gitconfig.yaml @@ -8,11 +8,13 @@ spec: branches: default: main protection: - - id: main - pattern: main - requireSignedCommits: false - requiredStatusChecks: - checks: - - "build" - requiredPullRequestReviews: - requireCodeOwnerReviews: true \ No newline at end of file + - id: main + pattern: main + requireSignedCommits: false + requiredStatusChecks: + checks: + - "build" + requiredPullRequestReviews: + requireCodeOwnerReviews: true + actions: + enableReusableWorkflowsForOrganizationAccess: true