Skip to content

Commit 70e6c9b

Browse files
committed
Add pull-requests: read to docs-build.yml permissions
The reusable build workflow needs pull-requests: read for the changed-files check job to list PR files via the API. Made-with: Cursor
1 parent 0fd9e32 commit 70e6c9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: [main]
77
permissions:
88
contents: read
9+
pull-requests: read
910
jobs:
1011
build:
1112
uses: elastic/docs-actions/.github/workflows/docs-build.yml@v1

0 commit comments

Comments
 (0)