From 2289db70d82cead21c7bbf050d31f8817e2c815a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 15 Apr 2026 11:05:10 -0700 Subject: [PATCH] chore: add action permission for backport workflow --- .github/workflows/backport.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 2e51ef6ffbdca..59db13540b003 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -12,6 +12,7 @@ on: type: number permissions: + actions: write contents: write pull-requests: write