From a30d75067ba8c3d31b7bb9cb1e09d36dfc32f859 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Wed, 11 Mar 2026 16:09:54 +0000 Subject: [PATCH] CLDC-4236: add permissions to manual_review_code_pipeline.yml --- .github/workflows/manual_review_code_pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual_review_code_pipeline.yml b/.github/workflows/manual_review_code_pipeline.yml index f3ab9a3dd..15e17b2ae 100644 --- a/.github/workflows/manual_review_code_pipeline.yml +++ b/.github/workflows/manual_review_code_pipeline.yml @@ -11,6 +11,8 @@ on: type: string description: "The PR number of the review app to deploy code for. Note: this is NOT the ticket number" +permissions: {} + defaults: run: shell: bash