From b60b6c0a4e0f078796d71f950222a3b4472b925d Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 13 Nov 2024 10:23:52 -0500 Subject: [PATCH] fix: disable cspell for CLI output containing token string --- src/content/docs/ci/_authentication.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/ci/_authentication.mdx b/src/content/docs/ci/_authentication.mdx index 7723dc34..d3357d60 100644 --- a/src/content/docs/ci/_authentication.mdx +++ b/src/content/docs/ci/_authentication.mdx @@ -13,6 +13,8 @@ in your CI environment. The output of this command should look something like: +{/* cSpell:disable */} + ``` $ shorebird login:ci The Shorebird CLI needs your authorization to manage apps, releases, and patches on your behalf. @@ -32,6 +34,8 @@ Example: export SHOREBIRD_TOKEN="$SHOREBIRD_TOKEN" && shorebird patch android ``` +{/* cSpell:enable */} + :::caution The `SHOREBIRD_TOKEN` is a secret and should not be checked in to your source control or shared publicly.