Skip to content

Commit

Permalink
fix(publish_docs.yaml): give write perms to workflow for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVonNeumann committed Nov 23, 2024
1 parent d0a0e78 commit f3963bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:

publish-documentation:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3963bf

Please sign in to comment.