Skip to content

Commit

Permalink
ci(commit-check): add permissions for comment
Browse files Browse the repository at this point in the history
Add the required permissions for the worker to comment the build results
on the PR being submitted.

Signed-off-by: Randolph Sapp <[email protected]>
  • Loading branch information
StaticRocket committed Oct 29, 2024
1 parent 6c23996 commit e71a570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
commit-check:
name: Commit Check
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- name: Checkout
Expand Down

0 comments on commit e71a570

Please sign in to comment.