Skip to content

Commit

Permalink
chore: fix GH action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Sep 5, 2024
1 parent 1986a1a commit c6f8315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [main]

permissions:
contents: write

jobs:
build-doc:
runs-on: ubuntu-latest # Easy to use GitHub hosted runner, self hosted runner would require manual configurations
Expand Down

0 comments on commit c6f8315

Please sign in to comment.