From fb79e1c4cec04cadc6d7fb92243f40cc1361b787 Mon Sep 17 00:00:00 2001 From: Aled Sage Date: Sun, 14 Dec 2025 16:24:32 +0000 Subject: [PATCH] github PR build permissions --- .github/workflows/pr-package-json-comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-package-json-comment.yml b/.github/workflows/pr-package-json-comment.yml index 191819d..0d214b5 100644 --- a/.github/workflows/pr-package-json-comment.yml +++ b/.github/workflows/pr-package-json-comment.yml @@ -8,6 +8,7 @@ on: permissions: contents: read + issues: write pull-requests: write jobs: @@ -42,6 +43,7 @@ jobs: if: steps.package-changes.outputs.changes_detected == 'true' uses: actions/github-script@v8 with: + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const fs = require('fs');