Skip to content

Commit

Permalink
Fix: Set permissions for conventional commits workflow
Browse files Browse the repository at this point in the history
The conventional commits workflows requires write permissions for
creating PR comments and read permissions to the repo contents.
  • Loading branch information
bjoernricks committed May 8, 2023
1 parent 8b05440 commit cb66b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Conventional Commits
on:
pull_request:

permissions:
pull-requests: write
contents: read

jobs:
conventional-commits:
name: Conventional Commits
Expand Down

0 comments on commit cb66b1a

Please sign in to comment.