Skip to content

Commit

Permalink
Fix: allow mkdocs preview job to write comments on PRs (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed May 14, 2024
2 parents d060bd6 + cba5e3c commit 28d2590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
runs-on: ubuntu-latest
# only pull requests should generate a preview
if: github.event.pull_request
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 28d2590

Please sign in to comment.