mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
b003fd6c3b
commit
8bea64fd8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-build.yml
vendored
2
.github/workflows/docs-build.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
deployments: write
|
||||
id-token: write
|
||||
contents: read
|
||||
pull-requests: read
|
||||
pull-requests: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue