From c9ca3e246cb52dad7728a819ef6e1b1d22667d22 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 16 Jul 2024 13:40:52 +0100 Subject: Fix: Add missing SONAR_TOKEN under workflow inputs This change is also needed to re-test the RTD project creation Issue-ID: SECCOM-276 Change-Id: I08b602bdd4bd25c23072080cd7f9cf6f5095cd20 Signed-off-by: Matthew Watkins --- .github/workflows/gerrit-merge.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 3f73fe7..2acb762 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -41,6 +41,10 @@ on: description: "Gerrit refspec of change" required: true type: string + secrets: + SONAR_TOKEN: + description: "Sonar Cloud access token" + required: true concurrency: # yamllint disable-line rule:line-length -- cgit 1.2.3-korg