From 275d06740895a7da645cf30b61429524163284b1 Mon Sep 17 00:00:00 2001 From: Luca Tassinari Date: Tue, 20 Feb 2024 15:46:04 +0100 Subject: [PATCH] ci: try with contents rights --- .github/workflows/publish-doc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-doc.yaml b/.github/workflows/publish-doc.yaml index a4b4fc69..5e24027d 100644 --- a/.github/workflows/publish-doc.yaml +++ b/.github/workflows/publish-doc.yaml @@ -9,7 +9,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write