mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(ci): add permissions to write comments
This commit is contained in:
parent
a039e15418
commit
4bf8e28595
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@ -15,6 +15,9 @@ env:
|
||||
IMAGE_NAME: ${{ github.repository_owner }}/notes
|
||||
TEST_TAG: ${{ github.repository_owner }}/notes:test
|
||||
|
||||
permissions:
|
||||
pull-requests: write # for PR comments
|
||||
|
||||
jobs:
|
||||
report-electron-size:
|
||||
name: Report Electron size
|
||||
|
Loading…
x
Reference in New Issue
Block a user