From 336e3f54c8b874a6dd589efb1d98d635777593e6 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 27 Mar 2026 09:08:12 -0600 Subject: [PATCH] fix(deploy-preview.yml): update gh token perms for preview deploy Signed-off-by: Vaughn Dice --- .github/workflows/deploy-preview.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 486e50606..e09e1653e 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -4,6 +4,9 @@ on: branches: "main" types: ['opened', 'synchronize', 'reopened', 'closed'] +permissions: + pull-requests: write + jobs: deploy-preview: runs-on: ubuntu-latest