From e1d433f93fb195a1d28e087eaece377d8dbfdc61 Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Tue, 24 Oct 2023 15:48:06 -0700 Subject: [PATCH] fix: Restore PR write permissions to PRSnapshot (#4917) --- .github/workflows/pr-snapshot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-snapshot.yaml b/.github/workflows/pr-snapshot.yaml index f720df036147..1aa259882ac8 100644 --- a/.github/workflows/pr-snapshot.yaml +++ b/.github/workflows/pr-snapshot.yaml @@ -5,6 +5,7 @@ on: types: [completed] permissions: id-token: write + pull-requests: write statuses: write jobs: release: