Skip to content

Commit

Permalink
actions: update permissions for pr docs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Aug 30, 2024
1 parent d300136 commit e467453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
types:
- completed

permissions:
contents: read
pull-requests: write # Allows posting comments on pull requests

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
Expand Down

0 comments on commit e467453

Please sign in to comment.