From f04e0f3ac454eaeefbd5f30223cae64ca2fbe576 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:02:59 -0400 Subject: [PATCH] spelling: organization Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ci/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README b/ci/README index addf5b13c5..09288c1d79 100644 --- a/ci/README +++ b/ci/README @@ -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: 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 variable is the base64-encoded private key, and can be obtained from the output of the command: ``base64 cirrus-key``.