Skip to content

Commit

Permalink
ci: Update permissions for Deploy Site workflow
Browse files Browse the repository at this point in the history
Adds explicit write permissions for creating PRs.
  • Loading branch information
wpiet authored and sjanc committed Aug 19, 2024
1 parent d8e383d commit 752bdf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
deploy:
name: Deploy Site
runs-on: ubuntu-20.04
permissions:
contents: write
pull-requests: write
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 752bdf9

Please sign in to comment.