From 2dd4d39b4589e20ff6c651bbf42e97a79fe264f5 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Mon, 9 Mar 2026 16:48:20 +0000 Subject: [PATCH] CLDC-4236: add workflow permissions block --- .github/workflows/review_pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index 27b6dfc12..55f041f62 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -4,6 +4,8 @@ on: issue_comment: types: [created] +permissions: {} + jobs: get_pr_details: name: Get PR details