Skip to content

Commit 55bd043

Browse files
authored
Update pr_artifacts_size.yml
adding permissions
1 parent 79378a1 commit 55bd043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_artifacts_size.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ on:
2626
jobs:
2727
codecheck:
2828
runs-on: ubuntu-latest
29+
permissions:
30+
pull-requests: write
2931
steps:
3032
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3133
- name: Setup java JDK 11
@@ -61,4 +63,4 @@ jobs:
6163
comment-id: ${{ steps.find-comment.outputs.comment-id }}
6264
issue-number: ${{ github.event.pull_request.number }}
6365
body-path: 'report.md'
64-
edit-mode: replace
66+
edit-mode: replace

0 commit comments

Comments
 (0)