Skip to content

Commit

Permalink
ci: Give PR write permissions to the post process pr workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann committed Dec 12, 2023
1 parent 33c9b78 commit fe31882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/post_process_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
create_pr_comment:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
# Sanitize the file list
Expand Down

0 comments on commit fe31882

Please sign in to comment.