Skip to content

Commit

Permalink
fix: missing permissions for first pr comment workflow (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-crouzet authored Aug 19, 2024
2 parents 742ab09 + 2e1012a commit 67a15d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/first-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

permissions:
contents: read
issues: read
issues: write
pull-requests: write

jobs:
Expand Down

0 comments on commit 67a15d5

Please sign in to comment.