Skip to content

Commit

Permalink
permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneliuzzo committed Nov 27, 2024
1 parent d490446 commit 5921f10
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
issues: write
pull-requests: write
contents: write

pages: write

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -79,10 +80,6 @@ jobs:
commit_ref: ${{ github.ref }}

- name: Publish Docs to gh-pages
permissions:
issues: write
pull-requests: write
contents: write
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5921f10

Please sign in to comment.