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.