Skip to content

Commit

Permalink
fix(ci): allow preview job to write comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored May 14, 2024
1 parent de9feca commit cba5e3c
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 cba5e3c

Please sign in to comment.