From d9539d432c0235a12836e08aa3bccabf13a5117d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Wed, 18 Dec 2024 14:37:56 +0000 Subject: [PATCH] Give permissions to write (#687) # Summary Try to make the build preview work again --- **Related issue :** #685 --- .github/workflows/build_pr_preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_preview.yml b/.github/workflows/build_pr_preview.yml index 4315a0f2a1..301a53a62d 100644 --- a/.github/workflows/build_pr_preview.yml +++ b/.github/workflows/build_pr_preview.yml @@ -8,7 +8,8 @@ on: # Run when label is added or present and when pushing to the PR types: [labeled, opened, synchronize] -permissions: read-all +permissions: + contents: write jobs: build_preview: