Skip to content

Commit a134ecc

Browse files
DocsGHA: Grant write permission to pull-requests event (#911)
To enable the Documenter.jl preview comment URL in PRs, write permissions are required for the `pull_request` event in GHA. This change grants the necessary permissions. See related PR for the comment feature: TuringLang/actions#19.
1 parent e75fd1e commit a134ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
permissions:
1919
contents: write
20-
pull-requests: read
20+
pull-requests: write
2121

2222
jobs:
2323
docs:

0 commit comments

Comments
 (0)