Skip to content

Commit

Permalink
[gha] give sphinx action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Nov 13, 2024
1 parent 1c57f40 commit 2892d2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
contents: write
pull-requests: write
repository-projects: write
issues: write
pages: write
id-token: write

Expand Down

0 comments on commit 2892d2d

Please sign in to comment.