Skip to content

Commit

Permalink
fix: add missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlopes committed Sep 7, 2024
1 parent 6953d85 commit 7b2c1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
statuses: write # needed for setting the status of the PR
steps:
- name: Set status pending
Expand Down

0 comments on commit 7b2c1d2

Please sign in to comment.