forked from mirrors/misskey
fix(dev): follow up of 0956da49e9
This commit is contained in:
parent
662129f414
commit
77878256a8
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ permissions:
|
||||||
actions: read
|
actions: read
|
||||||
contents: read
|
contents: read
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: read
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment:
|
comment:
|
||||||
|
|
@ -148,6 +148,7 @@ jobs:
|
||||||
if: github.event_name == 'workflow_run' || steps.find-report-run.outputs.run-id != ''
|
if: github.event_name == 'workflow_run' || steps.find-report-run.outputs.run-id != ''
|
||||||
uses: actions/github-script@v9
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{ secrets.FRONTEND_JS_SIZE_COMMENT_TOKEN || github.token }}
|
||||||
script: |
|
script: |
|
||||||
const fs = require('node:fs');
|
const fs = require('node:fs');
|
||||||
const path = require('node:path');
|
const path = require('node:path');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue