fix(ci): add pull-requests: read permission to brain job

This commit is contained in:
Christian Gunderman
2026-05-14 20:03:23 -07:00
parent 1a36cbc3cf
commit 6b7174703c
@@ -58,6 +58,7 @@ jobs:
contents: 'read'
issues: 'read'
actions: 'read'
pull-requests: 'read'
outputs:
sha: ${{ steps.get_sha.outputs.sha }}
env: