Skip to content

Commit

Permalink
add read all permissions to diff commenter
Browse files Browse the repository at this point in the history
We were having trouble commenting the diff in #103 and have no clue why it's not working. Maybe this will fix it?
  • Loading branch information
zkamvar authored Oct 9, 2024
1 parent 2148965 commit 32afe6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
issue_comment:
types: [created]

permissions: read-all

jobs:
comment-changed-workflow:
name: 'Comment Spec Diff'
Expand Down

0 comments on commit 32afe6b

Please sign in to comment.