| commit | 1aa07c0b4860cdbb2f6d093dfb0b5beaac1f8a2e | [log] [tgz] |
|---|---|---|
| author | Eric Ball <eball@linuxfoundation.org> | Mon Apr 20 18:16:08 2026 -0700 |
| committer | Eric Ball <eball@linuxfoundation.org> | Mon Apr 20 18:30:54 2026 -0700 |
| tree | 024642f8f51b43b7d63908a6e1c353bf1287b9e2 | |
| parent | a4700f0b8b3def7bb1ded1c565b819cdd5652bd7 [diff] [blame] |
Pass in secret to use for Gerrit voting Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: Ib9f5b990a7a62ff73eccbf336e0926add4658e6d
diff --git a/.github/workflows/verify-onos-component.yaml b/.github/workflows/verify-onos-component.yaml index 44662f0..47bd494 100644 --- a/.github/workflows/verify-onos-component.yaml +++ b/.github/workflows/verify-onos-component.yaml
@@ -49,6 +49,10 @@ required: false type: string default: "false" + secrets: + GERRIT_SSH_PRIVKEY: + description: "SSH Key for the authorized user account" + required: true concurrency: # yamllint disable-line rule:line-length