From c87ac27c5a9ea558e25fd64fd2fdf3d7d558bd65 Mon Sep 17 00:00:00 2001 From: RB <7775707+nitrocode@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:12:53 -0500 Subject: [PATCH] ci(website): top level perms (#5505) Signed-off-by: RB <7775707+nitrocode@users.noreply.github.com> Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com> Co-authored-by: Rui Chen --- .github/workflows/website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6c8ead330..ae29bccee 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -19,6 +19,10 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true +permissions: + # Required: allow read access to the content for analysis. + contents: read + jobs: changes: outputs: