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: