Skip to content

Commit

Permalink
chore: pr-deploy: set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jan 16, 2025
1 parent 8aa34e5 commit ca74c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
workflows: [Build and check HTML]
types: [completed]

permissions:
pull-requests: write

jobs:
deploy:
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' && github.repository == 'leanprover/reference-manual'
Expand Down

0 comments on commit ca74c30

Please sign in to comment.