Skip to content

Commit

Permalink
ci: add required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Oct 23, 2023
1 parent 3a5db3a commit 0d1d013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
issue_comment:
types: [created, edited]

permissions:
issues: read
pull-requests: read

jobs:
reminder:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d1d013

Please sign in to comment.