From 2892d2d151ba23b318689cc26b14def297f02f61 Mon Sep 17 00:00:00 2001 From: IsaccBarker Date: Wed, 13 Nov 2024 00:36:43 -0700 Subject: [PATCH] [gha] give sphinx action permissions --- .github/workflows/sphinx.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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