spelling: organization

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-10-23 16:02:59 -04:00
parent 9c42b92a2b
commit f04e0f3ac4

View file

@ -19,7 +19,7 @@ purpose SSH key with read-only permissions. Here's how it can be set up:
2. Add contents of ``cirrus-key.pub`` as a new key on GitHub: 2. Add contents of ``cirrus-key.pub`` as a new key on GitHub:
https://github.com/zeek/zeek-testing-private/settings/keys https://github.com/zeek/zeek-testing-private/settings/keys
3. Generate a new Orgnaization-Level Secured Variable in Cirrus CI settings at 3. Generate a new Organization-Level Secured Variable in Cirrus CI settings at
https://cirrus-ci.com/settings/github/zeek. The value of the secured https://cirrus-ci.com/settings/github/zeek. The value of the secured
variable is the base64-encoded private key, and can be obtained from the variable is the base64-encoded private key, and can be obtained from the
output of the command: ``base64 cirrus-key``. output of the command: ``base64 cirrus-key``.