Fix: Add missing SONAR_TOKEN under workflow inputs 89/138489/2
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 16 Jul 2024 12:40:52 +0000 (13:40 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 16 Jul 2024 14:09:59 +0000 (14:09 +0000)
This change is also needed to re-test the RTD project creation

Issue-ID: SECCOM-276

Change-Id: I08b602bdd4bd25c23072080cd7f9cf6f5095cd20
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/gerrit-merge.yaml

index 3f73fe7..2acb762 100644 (file)
@@ -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