Skip to content

Commit 8bea64f

Browse files
authored
docs-builder: add pull-requests: write permission to docs-build workflow (elastic#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 elastic/docs-builder#1395 for further details
1 parent b003fd6 commit 8bea64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
deployments: write
2020
id-token: write
2121
contents: read
22-
pull-requests: read
22+
pull-requests: write

0 commit comments

Comments
 (0)