Skip to content

Commit

Permalink
Update pr_artifacts_size.yml
Browse files Browse the repository at this point in the history
adding permissions
  • Loading branch information
jeromevdl authored Feb 26, 2024
1 parent 79378a1 commit 55bd043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_artifacts_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ on:
jobs:
codecheck:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup java JDK 11
Expand Down Expand Up @@ -61,4 +63,4 @@ jobs:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body-path: 'report.md'
edit-mode: replace
edit-mode: replace

0 comments on commit 55bd043

Please sign in to comment.