Skip to content

Commit

Permalink
fix: Add read permission for PRs to pr-title workflow (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Mar 24, 2023
1 parent 2e2b6e9 commit 85a14c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5.0.2
- uses: amannn/action-semantic-pull-request@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 85a14c3

Please sign in to comment.