Skip to content

Commit

Permalink
[ci] add enough permission for CI to comment
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Dec 11, 2024
1 parent 6d68fe9 commit 22d0069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
EOF
- name: "Comment on PR"
uses: actions/github-script@v7
permissions:
actions: write
pull-requests: write
with:
script: |
const fs = require('fs')
Expand Down

0 comments on commit 22d0069

Please sign in to comment.