Skip to content

Commit

Permalink
fix: give permissions to write to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Apr 10, 2024
1 parent e6a2266 commit 8c42f27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
types:
- completed

permissions:
actions: read
issues: write
checks: read
statuses: read
pull-requests: write

jobs:
comment:
name: Comment Bot
Expand Down

0 comments on commit 8c42f27

Please sign in to comment.