From 8c854a0ee2dcbe559ce80d01e78698e9c1c46fce Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Wed, 18 Dec 2024 09:06:16 +0000 Subject: [PATCH] Give permissions to write --- .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: