From df1a214ef2887c633dd6be6cafa6211f973d9040 Mon Sep 17 00:00:00 2001 From: John Manuel Date: Thu, 5 Mar 2026 14:25:45 -0800 Subject: [PATCH] chore: calling workflows need to allow all permissions child workflows or actions request --- .github/workflows/draft-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index a702fe2..c7ac871 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -2,6 +2,8 @@ name: Draft Release permissions: contents: write + pull-requests: write + on: push: