From 77878256a83e1fad1aba4bc3c77cd64792576058 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:36:44 +0900 Subject: [PATCH] fix(dev): follow up of 0956da49e943d1aff3d71d394f2ad95919dfb59f --- .github/workflows/frontend-js-size-comment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frontend-js-size-comment.yml b/.github/workflows/frontend-js-size-comment.yml index 4d40aa8946..8c5d94375d 100644 --- a/.github/workflows/frontend-js-size-comment.yml +++ b/.github/workflows/frontend-js-size-comment.yml @@ -32,7 +32,7 @@ permissions: actions: read contents: read issues: write - pull-requests: read + pull-requests: write jobs: comment: @@ -148,6 +148,7 @@ jobs: if: github.event_name == 'workflow_run' || steps.find-report-run.outputs.run-id != '' uses: actions/github-script@v9 with: + github-token: ${{ secrets.FRONTEND_JS_SIZE_COMMENT_TOKEN || github.token }} script: | const fs = require('node:fs'); const path = require('node:path');