Skip to content

Commit 39097a6

Browse files
actions: update permissions for pr docs publishing
1 parent 3b94d62 commit 39097a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upload_pr_documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
types:
77
- completed
88

9+
permissions:
10+
contents: read
11+
pull-requests: write # Allows posting comments on pull requests
12+
913
jobs:
1014
build:
1115
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main

0 commit comments

Comments
 (0)