diff options
-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 |