diff options
author | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-07-16 13:40:52 +0100 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2024-07-16 14:09:59 +0000 |
commit | c9ca3e246cb52dad7728a819ef6e1b1d22667d22 (patch) | |
tree | 63389d137900e87d829cb27e6ae91c5587f43872 /.github/workflows | |
parent | 5aa0c29cab2febb5da300f5fbce7e57ac79bd1c2 (diff) |
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 <mwatkins@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-merge.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |