Skip to content

Commit

Permalink
fix: add pull request permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Oct 24, 2024
1 parent b643140 commit 18080f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
contents: read # Allows reading the content of the repository.
pull-requests: read # Allows reading pull requests

jobs:
validate:
Expand Down

0 comments on commit 18080f3

Please sign in to comment.