docs-builder: add pull-requests: write permission to docs-build workflow (#224714)

## Details

⚠️ This PR was created by an automated tool. Please review the changes
carefully. ⚠️

Add permissions `pull-requests: write` to the docs-build workflow.

## Why

We want to comment on the PR with the links to modified docs pages.

See https://github.com/elastic/docs-builder/issues/1395 for further
details
This commit is contained in:
Jan Calanog 2025-06-23 10:30:24 +02:00 committed by GitHub
parent b003fd6c3b
commit 8bea64fd8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,4 +19,4 @@ jobs:
deployments: write
id-token: write
contents: read
pull-requests: read
pull-requests: write