From 6c2f53cf1064f0c00ac9d7118205ea4bd139943c Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 16 May 2024 10:27:01 +1200 Subject: [PATCH] FIX Use correct permission --- scripts/cms-any/update-js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cms-any/update-js.php b/scripts/cms-any/update-js.php index 9f9cb82..c3a04ea 100644 --- a/scripts/cms-any/update-js.php +++ b/scripts/cms-any/update-js.php @@ -27,7 +27,7 @@ runs-on: ubuntu-latest permissions: contents: write - pull-request: write + pull-requests: write actions: write steps: - name: Update JS