Skip to content

Commit

Permalink
CI: Fix permission for push to gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed Jul 15, 2023
1 parent b1e7501 commit 7d323b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- '**'

permissions: write-all

jobs:
deploy:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7d323b3

Please sign in to comment.