Skip to content

Commit 081c811

Browse files
committed
Add read permission for PRs
1 parent 950e8a8 commit 081c811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5959
danger-check:
6060
runs-on: ubuntu-latest
61+
permissions:
62+
pull-requests: read
6163
steps:
6264
- name: 'Checkout Repository'
6365
uses: actions/checkout@v4

0 commit comments

Comments
 (0)