diff --git a/.github/workflows/sphinx.yaml b/.github/workflows/sphinx.yaml index 20f3c83..bde7c7f 100644 --- a/.github/workflows/sphinx.yaml +++ b/.github/workflows/sphinx.yaml @@ -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