Skip to content

Commit

Permalink
feat: allow deploy action to post comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eTallang committed Nov 25, 2024
1 parent c68fb8d commit 17630c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- main

permissions:
contents: read
pull-requests: write

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
Expand Down

0 comments on commit 17630c7

Please sign in to comment.