From: Matthew Watkins Date: Tue, 16 Jul 2024 12:40:52 +0000 (+0100) Subject: Fix: Add missing SONAR_TOKEN under workflow inputs X-Git-Tag: 0.1.2~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c9ca3e246cb52dad7728a819ef6e1b1d22667d22;p=portal-ng%2Fui.git 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 --- 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