Skip to content

Commit

Permalink
Fix missing workflow permissions to post comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola committed Dec 4, 2024
1 parent 12742b5 commit 7f2f639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
on: pull_request

jobs:
release:
name: Validation
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Use Node.js 20
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7f2f639

Please sign in to comment.