From 193b6b7c50546364b32b249c1cebcf4e6f3fae77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= Date: Wed, 11 Sep 2024 01:46:54 +0900 Subject: [PATCH] ci: update actions permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Dequènes (Duck) --- .github/workflows/preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 92d323933c..12421f6c7d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -2,7 +2,8 @@ name: "Preview build" permissions: issues: write pull-requests: write - contents: write + contents: read + pages: write on: pull_request: jobs: